From 55cdc68c7519323e43beb39bf3f12f8bbe116e02 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 30 Jan 2015 07:40:17 +0100 Subject: [PATCH] Fix autologin in phar files and subdir installs --- 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 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', - '' ); -- 2.30.2