From 1ab7c5caad8e9375e050400b83ae94469e620941 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 21 Sep 2014 01:21:02 +0000 Subject: white space cleanup diff --git a/js/shows.js b/js/shows.js index 6a01e92..1bf7c3b 100644 --- a/js/shows.js +++ b/js/shows.js @@ -36,10 +36,10 @@ function shows_udpateCartListing() { cart.playcnt = cart_exists ? shows_group_carts[elem].playcnt : '-'; cart.lastplayed = cart_exists ? format_datetime(shows_group_carts[elem].lastplayed) : '-'; - var buttons = cart_exists ? + var buttons = cart_exists ? '' : - '' : + ''; $('#show-carts > tbody:last').append( -- cgit v0.10.2