You are here

function jst_timer_install in Javascript Timer 8

Implementation of hook_install().

File

widgets/jst_timer.module, line 524
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_install() {
  jstimer_build_js_cache();
  drupal_clear_js_cache();
}