From 5959ebf3581daab35466f60775b2977c68229783 Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 1 Sep 2020 23:33:44 +0200 Subject: [PATCH] Visual fixes --- bl-kernel/admin/views/dashboard.php | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/bl-kernel/admin/views/dashboard.php b/bl-kernel/admin/views/dashboard.php index 107e2a71..38725e3b 100644 --- a/bl-kernel/admin/views/dashboard.php +++ b/bl-kernel/admin/views/dashboard.php @@ -171,21 +171,15 @@ var key = false; function setKey() { key = $(".deletePageButton").data('key'); - console.log(key); } $(document).ready(function() { - - // Button for delete a page in the table + $(".select2-dropdown").css("z-index","1040"); // Event from button accept from the modal $(".deletePageModalAcceptButton").on("click", function() { - console.log(key); - console.log(HTML_PATH_ADMIN_ROOT); - - var form = jQuery('
', { 'action': HTML_PATH_ADMIN_ROOT+'edit-content/'+key, 'method': 'post', @@ -208,10 +202,3 @@ $(document).ready(function() { }); }); - - - \ No newline at end of file