Tweaks to fix up my optimizatinos

* Fixed a rendering glitch with empty shows in the Now Playing screen
* Changed drag and drop placeholder to show the track name. Reverted it
  from the default DataTables placeholder, which unfortunately gets the
  column widths wrong.
This commit is contained in:
Albert Santoni 2015-04-14 17:39:52 -04:00
parent b1ea1f27a3
commit f3c8f40183
2 changed files with 14 additions and 5 deletions

View file

@ -168,7 +168,7 @@ AIRTIME = (function(AIRTIME) {
$builder.find(dateStartId)
.datepicker(oBaseDatePickerSettings)
.blur(validateTimeRange);
$builder.find(timeStartId)
.timepicker(oBaseTimePickerSettings)
.blur(validateTimeRange);