diff --git a/bl-kernel/admin/views/dashboard.php b/bl-kernel/admin/views/dashboard.php index fca505dd..0d2b36e1 100644 --- a/bl-kernel/admin/views/dashboard.php +++ b/bl-kernel/admin/views/dashboard.php @@ -61,7 +61,6 @@ } }, templateResult: function(data) { - // console.log(data); var html = ''; if (data.type=='menu') { html += '
'; @@ -76,8 +75,6 @@ html += 'p('view') ?>'; html += 'p('edit') ?>'; - html += 'p('Delete') ?>'; html += '
'; @@ -205,7 +202,6 @@ $(document).ready(function() { $("#jsdeletePageModal").modal('hide'); - $('.select2-search__field').trigger("input"); }); });