diff --git a/views/system.tpl b/views/system.tpl index 9b5ad8d9c..2d05c9b5b 100644 --- a/views/system.tpl +++ b/views/system.tpl @@ -73,9 +73,9 @@
@@ -179,7 +179,7 @@ icon"> $('.small.modal').modal('show'); }) - $('a, button:not(.cancel)').click(function(){ + $('a:not(.tabs), button:not(.cancel)').click(function(){ $('#loader').addClass('active'); }) \ No newline at end of file