aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/doku.php
diff options
context:
space:
mode:
authorMichael Große <grosse@cosmocode.de>2018-03-29 16:27:10 +0200
committerMichael Große <grosse@cosmocode.de>2018-03-29 16:29:23 +0200
commit10cf78c4ce248cccc029815ed2ced19d64b9920c (patch)
tree32f4f844b438bf261b4bd0c0d7e9ec3fe914991a /doku.php
parent034db8853cc3f0d01180743036aa58194a562533 (diff)
downloaddokuwiki-10cf78c4ce248cccc029815ed2ced19d64b9920c.tar.gz
dokuwiki-10cf78c4ce248cccc029815ed2ced19d64b9920c.zip
refactor: extract $JSINFO initialization into tpl_ function
Diffstat (limited to 'doku.php')
-rw-r--r--doku.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/doku.php b/doku.php
index d02a43200..0b486e9ed 100644
--- a/doku.php
+++ b/doku.php
@@ -90,10 +90,6 @@ if($DATE_AT) {
//make infos about the selected page available
$INFO = pageinfo();
-//export minimal info to JS, plugins can add more
-$JSINFO['id'] = $ID;
-$JSINFO['namespace'] = (string) $INFO['namespace'];
-
// handle debugging
if($conf['allowdebug'] && $ACT == 'debug') {
html_debug();