diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-24 18:51:34 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-15 20:02:48 +0200 |
| commit | 42188401a65a405c528a64c269cc619bc41673e3 (patch) | |
| tree | 470beb661c0e7001bbd702c3c123dbd7734be054 /www/js/index.js | |
| parent | 2219a3912cdc28b08162a7f5f8eb4468485ba2bb (diff) | |
| download | wvs-vplan-42188401a65a405c528a64c269cc619bc41673e3.tar.gz wvs-vplan-42188401a65a405c528a64c269cc619bc41673e3.zip | |
Aktualisierung von Piwik
Diffstat (limited to 'www/js/index.js')
| -rw-r--r-- | www/js/index.js | 2 |
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); |
