function jst_clock_install in Javascript Timer 8
Implementation of hook_install().
File
- widgets/
jst_clock.module, line 333 - Embeddable clock widget (optional).
Code
function jst_clock_install() {
jstimer_build_js_cache();
drupal_clear_js_cache();
}