fix: Invalid element load while browsing the galaxies, fixes #1752

- was hard to spot at first, but indeed the bug is as described in the issue and masked by an ajax load of the contents
pull/1786/head
iglocska 2016-12-23 12:53:02 +01:00
parent 07822ffbd6
commit 0e460822dd
2 changed files with 5 additions and 9 deletions

View File

@ -20,9 +20,7 @@
</dl>
</div>
</div>
<div id="clusters_div">
<?php echo $this->element('galaxyclusters'); ?>
</div>
<div id="clusters_div"></div>
</div>
<script type="text/javascript">
$(document).ready(function () {

View File

@ -45,9 +45,7 @@
</div>
</div>
<div class="row-fluid">
<div id="elements_div" class="span8">
<?php echo $this->element('galaxyelements'); ?>
</div>
<div id="elements_div" class="span8"></div>
</div>
</div>
<script type="text/javascript">