Ticket #7840: 7840.patch
File 7840.patch, 422 bytes (added by , 14 years ago) |
---|
-
_source/plugins/dialog/plugin.js
2751 2751 */ 2752 2752 isEnabled : function() 2753 2753 { 2754 return !this.get InputElement().getAttribute( 'disabled' );2754 return !this.getElement().getAttribute( 'disabled' ); 2755 2755 }, 2756 2756 2757 2757 /**