From d89c16a37705f4b2d9dab04d76b6cbf0a0b6abc6 Mon Sep 17 00:00:00 2001 From: buddha87 Date: Sat, 22 Oct 2016 18:04:11 +0200 Subject: [PATCH] Minor ui-loader js fix. --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index b78e17e2cd..f669dd2804 100644 --- a/js/app.js +++ b/js/app.js @@ -176,7 +176,7 @@ $(document).ready(function () { if ($loader && evt.originalEvent) { return false; } else if ($loader) { - $loader; + return; } //Adopt current color for the loader animation