From f62487185d35c1ebf4135b98b678105474f8eb00 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 8 Jul 2015 18:11:18 +0200 Subject: [PATCH] do not use javascript for location reload --- www/js/autologin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/autologin.js b/www/js/autologin.js index 96a524c..cacf8dc 100644 --- a/www/js/autologin.js +++ b/www/js/autologin.js @@ -29,7 +29,7 @@ function notifyAutologin(data) + ' style="display: none; position: fixed; top: 0px; left: 0px; width: 100%; text-align: center">' + 'Welcome, ' + data.name + '.' + ' You have been logged in - ' - + 'reload to see it.' + + 'reload to see it.' + '' ); $('#autologinnotifier').click(function(event) { -- 2.30.2