Skip to content

Commit bf9e35f

Browse files
committed
On latest version of jquery without this change the buttons would remain disabled
1 parent ab2a77e commit bf9e35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jquery.markedit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@
908908

909909
$(buttons).each(function(){
910910
$(this).removeClass('ui-state-disabled');
911-
$(this).attr('disabled', '');
911+
$(this).removeAttr('disabled');
912912
});
913913

914914
};

0 commit comments

Comments
 (0)