diff options
Diffstat (limited to 'lib')
-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(); |