* Add more link for blocks.

This commit is contained in:
daitingting
2015-11-27 15:26:19 +08:00
parent 5913f76f35
commit 61ecdb6000
7 changed files with 35 additions and 7 deletions
+5 -1
View File
@@ -29,4 +29,8 @@
</tr>
<?php endforeach;?>
</table>
<script>$('.block-bug').dataTable();</script>
<p class='hide listLink'><?php echo $listLink;?></p>
<script>
$('.block-bug').dataTable();
$('.listLink').closest('.panel').find('.panel-heading .more').attr('href', $('.listLink').html());
</script>