X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/19f1b5d2a1730f8e37c8fc5585d30b99e70a8575..98f337f8db95b36086e25b38edc5ab42aabf7c5a:/www/js/autologin.js diff --git a/www/js/autologin.js b/www/js/autologin.js index fbe9898..cacf8dc 100644 --- a/www/js/autologin.js +++ b/www/js/autologin.js @@ -2,7 +2,7 @@ jQuery(function($) { document.getElementsByTagName("body")[0] .insertAdjacentHTML( 'beforeend', - '' ); @@ -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) {