diff options
| -rw-r--r-- | www/js/autologin.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/autologin.js b/www/js/autologin.js index fbe9898..ccd20f2 100644 --- a/www/js/autologin.js +++ b/www/js/autologin.js @@ -2,7 +2,7 @@ jQuery(function($) { document.getElementsByTagName("body")[0] .insertAdjacentHTML( 'beforeend', - '<iframe id="autologin" src="/login.php?autologin=1"' + '<iframe id="autologin" src="login.php?autologin=1"' + ' width="10" height="10" style="display: none"' + '></iframe>' ); |
