VCategories: Use correct variable.
This commit is contained in:
parent
b0ae67d5c5
commit
4648dcfa46
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ var OCCategories= {
|
|||
} catch(e) {
|
||||
var setEnabled = function(d, enable) {
|
||||
if(enable) {
|
||||
dlg.css('cursor', 'default').find('input,button:not(#category_addbutton)')
|
||||
d.css('cursor', 'default').find('input,button:not(#category_addbutton)')
|
||||
.prop('disabled', false).css('cursor', 'default');
|
||||
} else {
|
||||
d.css('cursor', 'wait').find('input,button:not(#category_addbutton)')
|
||||
|
|
Loading…
Reference in a new issue