summaryrefslogtreecommitdiff
path: root/www/js/index.js
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-09-24 18:51:34 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 20:02:48 +0200
commit42188401a65a405c528a64c269cc619bc41673e3 (patch)
tree470beb661c0e7001bbd702c3c123dbd7734be054 /www/js/index.js
parent2219a3912cdc28b08162a7f5f8eb4468485ba2bb (diff)
downloadwvs-vplan-42188401a65a405c528a64c269cc619bc41673e3.tar.gz
wvs-vplan-42188401a65a405c528a64c269cc619bc41673e3.zip
Aktualisierung von Piwik
Diffstat (limited to 'www/js/index.js')
-rw-r--r--www/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/index.js b/www/js/index.js
index f3001c8..7d2cf5c 100644
--- a/www/js/index.js
+++ b/www/js/index.js
@@ -863,7 +863,7 @@ function loggedIn(resultHtml){
return;
}
- _paq.push(['setUserId'], username);
+ _paq.push(['setUserId', username]);
localStorage.setItem('overviewlink', link);
console.log('Eingeloggt');
getOverview(link);