diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-11-25 13:38:39 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-11-25 13:38:39 +0100 |
commit | d4df8f5cccae6819c00e9fd6f8e388b3cf395fb1 (patch) | |
tree | eb58d0b292fa15578c5d71b160c712831378fbdd | |
parent | f96fa4150f2a8cda508b91dace3a81d166b54692 (diff) | |
download | rpg-d4df8f5cccae6819c00e9fd6f8e388b3cf395fb1.tar.gz rpg-d4df8f5cccae6819c00e9fd6f8e388b3cf395fb1.tar.bz2 |
Support for template specific JavaScript
darcs-hash:20051125123839-7ad00-71c1c32083123f74f6fd28c00c6b4f9518d072cc.gz
-rw-r--r-- | lib/exe/js.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php index 2e3fe8238..fbcd9ad26 100644 --- a/lib/exe/js.php +++ b/lib/exe/js.php @@ -50,6 +50,7 @@ function js_out(){ $files[] = DOKU_INC.'lib/scripts/spellcheck.js'; } } + $files[] = DOKU_TPLINC.'script.js'; // get possible plugin scripts $plugins = js_pluginscripts(); |