summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 12b32a9..4d47dc3 100644
--- a/index.html
+++ b/index.html
@@ -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 {