Make sure we don't error when readonly

This commit is contained in:
nathangray 2019-05-02 10:28:29 -06:00
parent c54201b7af
commit 62a20301de

View File

@ -61,7 +61,7 @@ var et2_timestamper = (function(){ "use strict"; return et2_button.extend([],
init: function() { init: function() {
this._super.apply(this, arguments); this._super.apply(this, arguments);
this.btn.addClass('et2_timestamper'); jQuery(this.getDOMNode()).addClass('et2_timestamper');
}, },
/** /**