Merge remote-tracking branch '3Dgoo/patch-1' into 3.4

This commit is contained in:
Daniel Hensby 2016-09-16 11:50:24 +01:00
commit e617042422
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E

View File

@ -1081,7 +1081,7 @@ jQuery.noConflict();
this._super();
},
onremove: function() {
if(this.data('button')) this.button('destroy');
if(!this.data('button')) this.button('destroy');
this._super();
}
});