From: Christian Weiske Date: Mon, 6 Jul 2015 21:52:48 +0000 (+0200) Subject: fix "reload" button on autologin X-Git-Tag: v0.6.0~7 X-Git-Url: https://git.cweiske.de/phorkie.git/commitdiff_plain/246ac1d5966639f2036795d859cb2b195c762236 fix "reload" button on autologin --- diff --git a/www/js/autologin.js b/www/js/autologin.js index ccd20f2..96a524c 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) {