Created
August 4, 2016 19:47
-
-
Save DinoChiesa/2d555bc466aca35a0108381211c5b1cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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