From 2761572948b96a580f85d7778866f0c7596ad3b2 Mon Sep 17 00:00:00 2001 From: Halali Date: Fri, 7 Dec 2018 16:18:16 +0100 Subject: [PATCH] Fix for console error after fix #245 --- views/system.tpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/system.tpl b/views/system.tpl index 7f0295e20..ab4c0efe9 100644 --- a/views/system.tpl +++ b/views/system.tpl @@ -225,7 +225,7 @@
@@ -237,7 +237,7 @@
@@ -249,7 +249,7 @@
@@ -351,7 +351,7 @@ window.location = '{{base_url}}execute/' + $(this).data("taskid"); }) - $('a:not(.tabs, #link), button:not(.cancel, #download_log), #restart').click(function(){ + $('a:not(.tabs, .link), button:not(.cancel, #download_log), #restart').click(function(){ $('#loader').addClass('active'); })