diff options
Diffstat (limited to 'plugins/webbox/html/webbox.js')
-rw-r--r-- | plugins/webbox/html/webbox.js | 1 |
1 files changed, 0 insertions, 1 deletions
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 |