VCategories: Use correct variable.

This commit is contained in:
Thomas Tanghus 2012-11-04 12:09:04 +01:00
parent b0ae67d5c5
commit 4648dcfa46
1 changed files with 1 additions and 1 deletions

View File

@ -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)')