summaryrefslogtreecommitdiff
path: root/lib/exe
diff options
context:
space:
mode:
authorAdrian Lang <mail@adrianlang.de>2011-09-04 15:32:41 +0200
committerAdrian Lang <mail@adrianlang.de>2011-09-04 15:33:26 +0200
commit1ffc211ddb46bfabe649bbacd1e36bc8e035afa3 (patch)
treedb38e999923c38efe5dab72c013ce0c985d9d4b5 /lib/exe
parentba6c070edd92ca0fc8a6ee85d51769d64a19ee7c (diff)
downloadrpg-1ffc211ddb46bfabe649bbacd1e36bc8e035afa3.tar.gz
rpg-1ffc211ddb46bfabe649bbacd1e36bc8e035afa3.tar.bz2
Revert tmp commits
This reverts commit ba6c070edd92ca0fc8a6ee85d51769d64a19ee7c. This reverts commit 923510088dda99cb2790b15308593e47369d4f01.
Diffstat (limited to 'lib/exe')
-rw-r--r--lib/exe/js.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/exe/js.php b/lib/exe/js.php
index d52fe3607..e96d45ee6 100644
--- a/lib/exe/js.php
+++ b/lib/exe/js.php
@@ -86,7 +86,6 @@ function js_out(){
// add some global variables
print "var DOKU_BASE = '".DOKU_BASE."';";
print "var DOKU_TPL = '".DOKU_TPL."';";
- // FIXME: Move those to JSINFO
print "var DOKU_UHN = ".((int) useHeading('navigation')).";";
print "var DOKU_UHC = ".((int) useHeading('content')).";";