You are here

function jst_clock_enable in Javascript Timer 6

Same name and namespace in other branches
  1. 7 widgets/jst_clock.module \jst_clock_enable()

Implementation of hook_enable().

File

widgets/jst_clock.module, line 253
Embeddable clock widget (optional).

Code

function jst_clock_enable() {
  jstimer_build_js_cache();
}