mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Make sure we don't error when readonly
This commit is contained in:
parent
c54201b7af
commit
62a20301de
@ -61,7 +61,7 @@ var et2_timestamper = (function(){ "use strict"; return et2_button.extend([],
|
||||
init: function() {
|
||||
this._super.apply(this, arguments);
|
||||
|
||||
this.btn.addClass('et2_timestamper');
|
||||
jQuery(this.getDOMNode()).addClass('et2_timestamper');
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user