summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/index.js b/js/index.js
index 7af8fe4..76e4b69 100644
--- a/js/index.js
+++ b/js/index.js
@@ -76,6 +76,7 @@ function render_pdf(url, divstr){
/* wird bei Verbindungsfehlern oder anderen Fehlern aufgerufen */
function fail(text){
+ $('#lnklogin').click();
$('#error_noconn').show('fast');
console.log('Fehler: ' + text.toString() + ' / ' + text.code);
}