summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html
index e4cad12..d9f8a2c 100644
--- a/index.html
+++ b/index.html
@@ -121,7 +121,7 @@
$.when(scd, gcd).done(
function(scres, gcres) {
if(scres[1] == 'success' && gcres[1] == 'success') {
- updateShowListing();
+ updateShowListing();
}
}
);
@@ -136,7 +136,7 @@
dbs.each(function() {
type = $(this).find('type').text();
if(type == 'show') {
- var show = {
+ var show = {
id: $(this).find('showid').text(),
title: $(this).find('show-title').text(),
dow: $(this).find('show-dayofweek').text(),
@@ -186,7 +186,7 @@
$('#app-musicpools').hide();
$('#nav-btn-musicpools').removeClass('active');
app = 'shows';
- app_shows_init();
+ app_shows_init();
}
sessionStorage.setItem("app", app);
}
@@ -215,7 +215,7 @@
delete token;
$("#password").val('');
- sessionStorage.removeItem("app");
+ sessionStorage.removeItem("app");
delete app;
}
}
@@ -353,7 +353,7 @@
<th># gespielt</th>
<th>zuletzt gespielt</th>
<th>Aktionen</th>
- </tr>
+ </tr>
</thead>
<tbody>
<tr>