The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 18970c8a authored by Chris Hallberg's avatar Chris Hallberg
Browse files

Remove debug code.

parent f112a554
No related merge requests found
......@@ -8,7 +8,7 @@
\Zend\View\Helper\HeadScript::SCRIPT,
"var hierarchySettings = {\n"
. " lightboxMode: " . ($this->layout()->getTemplate() == 'layout/lightbox' ? 'true' : 'false') . ",\n"
. " fullHierarchy: false\n" // . ($this->tab->isFullHierarchyVisible() ? 'true' : 'false') . "\n"
. " fullHierarchy: " . ($this->tab->isFullHierarchyVisible() ? 'true' : 'false') . "\n"
. "};\n"
. "VuFind.addTranslations({\n"
. " 'showTree': '" . $this->transEsc('hierarchy_show_tree') . "',\n"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment