function jst_timer_enable in Javascript Timer 7
Same name and namespace in other branches
- 6 widgets/jst_timer.module \jst_timer_enable()
Implementation of hook_enable().
File
- widgets/
jst_timer.module, line 571 - Default widget implementation for an up and down timer. This widget does not use hook_ctwidget as it is always included.
Code
function jst_timer_enable() {
jstimer_build_js_cache();
}