diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-20 03:13:40 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-20 03:13:40 (GMT) |
commit | e5325cb094af905e0968bb6e10387f050d51d56e (patch) | |
tree | 338fb1ed094e9fb03058def33c34c552862ac598 /index.html | |
parent | 669b5a9c25c097c2441698fc74c377a0a77905c2 (diff) |
whitespace cleanups
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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> |