Skip to content

Instantly share code, notes, and snippets.

@DinoChiesa
Created August 4, 2016 19:47
Show Gist options
  • Save DinoChiesa/2d555bc466aca35a0108381211c5b1cb to your computer and use it in GitHub Desktop.
Save DinoChiesa/2d555bc466aca35a0108381211c5b1cb to your computer and use it in GitHub Desktop.
function MYMODULENAME_init() {
if (arg(0) == 'admin') {
// for module-specific css and JS
drupal_add_js(drupal_get_path('module', 'MYMODULENAME') . '/toggle-chk.js');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment