You are here

function browserclass_page_attachments_alter in Browser Class 8

Implements hook_page_attachments_alter().

File

./browserclass.module, line 11
Attaches the Browser Class JS to every page.

Code

function browserclass_page_attachments_alter(array &$attachments) {
  $attachments['#attached']['library'][] = 'browserclass/global-browserclass';
}