default no show option
This commit is contained in:
parent
0c379ef840
commit
8c66c5bb18
|
@ -680,6 +680,12 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
$option,
|
$option,
|
||||||
show;
|
show;
|
||||||
|
|
||||||
|
$option = $('<option/>')
|
||||||
|
.text($.i18n._("No Show"))
|
||||||
|
.attr('value', 0);
|
||||||
|
|
||||||
|
$select.append($option);
|
||||||
|
|
||||||
if (json.length > 0) {
|
if (json.length > 0) {
|
||||||
|
|
||||||
for (i = 0; i < json.length; i++) {
|
for (i = 0; i < json.length; i++) {
|
||||||
|
|
Loading…
Reference in New Issue