From e5325cb094af905e0968bb6e10387f050d51d56e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 20 Sep 2014 03:13:40 +0000 Subject: whitespace cleanups 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 @@ # gespielt zuletzt gespielt Aktionen - + 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; -- cgit v0.10.2