function jst_clock_enable in Javascript Timer 7
Same name and namespace in other branches
- 6 widgets/jst_clock.module \jst_clock_enable()
Implementation of hook_enable().
File
- widgets/
jst_clock.module, line 320 - Embeddable clock widget (optional).
Code
function jst_clock_enable() {
jstimer_build_js_cache();
}