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 | |
parent | 669b5a9c25c097c2441698fc74c377a0a77905c2 (diff) |
whitespace cleanups
-rw-r--r-- | index.html | 10 | ||||
-rwxr-xr-x | lib/rddb.pm | 2 |
2 files changed, 6 insertions, 6 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> diff --git a/lib/rddb.pm b/lib/rddb.pm index e4f7972..79db125 100755 --- a/lib/rddb.pm +++ b/lib/rddb.pm @@ -128,7 +128,7 @@ sub get_dropboxes my ($title, $status, $errorstring) = get_showtitle($dbh, $showid); unless (defined $title) { - return (undef, $status, $errorstring); + return (undef, $status, $errorstring); } $entry->{'SHOWTITLE'} = $title; |