default no show option

This commit is contained in:
Naomi 2013-08-30 15:06:59 -04:00
parent 0c379ef840
commit 8c66c5bb18
1 changed files with 6 additions and 0 deletions

View File

@ -680,6 +680,12 @@ var AIRTIME = (function(AIRTIME) {
$option,
show;
$option = $('<option/>')
.text($.i18n._("No Show"))
.attr('value', 0);
$select.append($option);
if (json.length > 0) {
for (i = 0; i < json.length; i++) {