typo
This commit is contained in:
parent
722119215d
commit
e37281491e
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ pandora.ui.mediaView = function(options) {
|
||||||
disabled: true,
|
disabled: true,
|
||||||
value: true
|
value: true
|
||||||
});
|
});
|
||||||
} elif (self.$switch) {
|
} else if (self.$switch) {
|
||||||
self.$switch.options({
|
self.$switch.options({
|
||||||
disabled: false,
|
disabled: false,
|
||||||
value: self.wasChecked
|
value: self.wasChecked
|
||||||
|
|
Loading…
Reference in a new issue