get headroom from bower
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
$.fn.buttonEnabled = function (enabled) {
|
||||
|
||||
return enabled ? this.attr('disabled', '').removeAttr('disabled') : this.attr('disabled', 'disabled');
|
||||
};
|
||||
Reference in New Issue
Block a user