diff options
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); |
