mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Make sure we don't error when readonly
This commit is contained in:
parent
b5762a6337
commit
a1419530cc
@ -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