* refactor code. modalTrigger usage @see http://zui.sexy/#javascript/modaltrigger.

This commit is contained in:
Catouse
2018-07-09 13:46:44 +08:00
parent dccf32171b
commit 599cfd7183
+1 -2
View File
@@ -6,8 +6,7 @@
$(function()
{
<?php if(!empty($setShowModule)):?>
$('#sidebar .cell .text-center:last').append("<a href='javascript:;' data-toggle='showModuleModal' class='text-secondary small'><?php echo $lang->datatable->showModule?></a><hr class='space-sm' />");
$("a[data-toggle='showModuleModal']").click(function(){$('#showModuleModal').modal('show')});
$('#sidebar .cell .text-center:last').append("<a href='#showModuleModal' data-toggle='modal' class='text-secondary small'><?php echo $lang->datatable->showModule?></a><hr class='space-sm' />");
<?php endif;?>
var $btnToolbar = $('#main .table-header .btn-toolbar:first');