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:
parent
b1ea1f27a3
commit
f3c8f40183
2 changed files with 14 additions and 5 deletions
|
@ -168,7 +168,7 @@ AIRTIME = (function(AIRTIME) {
|
|||
$builder.find(dateStartId)
|
||||
.datepicker(oBaseDatePickerSettings)
|
||||
.blur(validateTimeRange);
|
||||
|
||||
|
||||
$builder.find(timeStartId)
|
||||
.timepicker(oBaseTimePickerSettings)
|
||||
.blur(validateTimeRange);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue