Skip to content
Snippets Groups Projects
Commit c5afeb89 authored by Demian Katz's avatar Demian Katz
Browse files

Workaround for non-functional links.

parent c4b84794
Branches
Tags
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<? if ($activeTree): ?> <? if ($activeTree): ?>
<div id="hierarchyTreeHolder"> <div id="hierarchyTreeHolder">
<div id="hierarchyTree"> <div id="hierarchyTree">
<?=$this->tab->renderTree($this->url('home'))?> <?=str_replace(' href="', ' data-ajax="false" href="', $this->tab->renderTree($this->url('home')))?>
</div> </div>
</div> </div>
<? endif; ?> <? endif; ?>
......
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