-implemented UI changes for playlist/block/webstream builder
This commit is contained in:
parent
198d15adc8
commit
0524e4e5d2
11 changed files with 97 additions and 40 deletions
|
@ -16,9 +16,9 @@ var AIRTIME = (function(AIRTIME) {
|
|||
}
|
||||
|
||||
if (check === true) {
|
||||
AIRTIME.button.enableButton("icon-plus", true);
|
||||
AIRTIME.button.enableButton("btn-group #library-plus", true);
|
||||
} else {
|
||||
AIRTIME.button.disableButton("icon-plus", true);
|
||||
AIRTIME.button.disableButton("btn-group #library-plus", true);
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -121,7 +121,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
.click(
|
||||
function() {
|
||||
|
||||
if (AIRTIME.button.isDisabled('icon-plus') === true) {
|
||||
if (AIRTIME.button.isDisabled('btn-group #library-plus') === true) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue