You are here

7 calls to _js_injector_load_rule() in JS injector 7

js_injector_admin_form in ./js_injector.admin.inc
Form builder function for JS Injector's main admin page.
js_injector_delete_confirm in ./js_injector.admin.inc
Menu callback -- ask for confirmation of rule deletion.
js_injector_edit in ./js_injector.admin.inc
Form builder function for the JS rule edit form.
js_injector_edit_save in ./js_injector.admin.inc
Submit button callback for the JS rule edit form.
js_injector_init in ./js_injector.module
Implements hook_init(). Checks to see whether any JS files should be added to the current page, based on rules configured by the site administrator.
js_injector_js_alter in ./js_injector.module
Implements hook_js_alter(). Since we're trying to give the administrator complete control, we'll move JS that this module has added to a high weight, higher even than the theme's JS files. Currently the weight is 200 + the crid, which…
_js_injector_delete_rule in ./js_injector.module
Helper function to delete an existing rule and its accompanying file.