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

Merge branch 'release-4.1'

parents 76cec6e7 18970c8a
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