summaryrefslogtreecommitdiff
path: root/lib/exe/js.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2005-11-25 13:38:39 +0100
committerAndreas Gohr <andi@splitbrain.org>2005-11-25 13:38:39 +0100
commitd4df8f5cccae6819c00e9fd6f8e388b3cf395fb1 (patch)
treeeb58d0b292fa15578c5d71b160c712831378fbdd /lib/exe/js.php
parentf96fa4150f2a8cda508b91dace3a81d166b54692 (diff)
downloadrpg-d4df8f5cccae6819c00e9fd6f8e388b3cf395fb1.tar.gz
rpg-d4df8f5cccae6819c00e9fd6f8e388b3cf395fb1.tar.bz2
Support for template specific JavaScript
darcs-hash:20051125123839-7ad00-71c1c32083123f74f6fd28c00c6b4f9518d072cc.gz
Diffstat (limited to 'lib/exe/js.php')
-rw-r--r--lib/exe/js.php1
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();