aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/doku.php
diff options
context:
space:
mode:
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();