diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-18 20:17:49 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-18 20:17:49 (GMT) |
commit | 45a92a178d477ca7247bbfa6ceceda1eb81427c8 (patch) | |
tree | ac3cf32c36e7c68a154c26f440f6088b9664798b /index.html | |
parent | 81f0c232dff0a2232d697834a5b6d9bff94c3681 (diff) |
fixed app selection on page reload
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ <script type="text/javascript"> $("#loginform").submit(function(event) { login(); event.preventDefault(); }); $('#username-field').html(username); - selectApp('shows'); + selectApp(app); if(token && username) { $("#loginbox").hide(); } else { |