function jstimer_init in Javascript Timer 7
Same name and namespace in other branches
- 6 jstimer.module \jstimer_init()
Implementation of hook_init
File
- ./
jstimer.module, line 97
Code
function jstimer_init() {
drupal_add_js(variable_get('jstimer_timerjs_path', ''), 'file');
}