You are here

function jstimer_install in Javascript Timer 8

Implementation of hook_install().

File

./jstimer.install, line 52
Install, update and uninstall functions for the jstimer module. No db schema, just the variables.

Code

function jstimer_install() {
  jstimer_build_js_cache();
  drupal_clear_js_cache();
}