From eff5a1ee1cd8a681f436945a48bbda46be416d9c Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 29 May 2020 12:24:07 +0200 Subject: Authentication for webbox --- plugins/webbox/html/webbox.js | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/webbox/html') diff --git a/plugins/webbox/html/webbox.js b/plugins/webbox/html/webbox.js index 54adeaf..cad32b1 100644 --- a/plugins/webbox/html/webbox.js +++ b/plugins/webbox/html/webbox.js @@ -320,7 +320,6 @@ function initMainpage() { return; } if (this.status == 401) { // login error: goto login page - var authheader = this.getResponseHeader("WWW-Authenticate"); var title = "Webbox Login"; // enable logout function if logging in -- cgit v1.2.3