mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 20:44:27 +01:00
replace all .
This commit is contained in:
parent
a74795387e
commit
020d6d9394
@ -171,7 +171,7 @@ var et2_template = et2_DOMWidget.extend(
|
||||
* @param _id
|
||||
*/
|
||||
set_id: function(_id) {
|
||||
this._super.call(this, _id.replace('.', '-'));
|
||||
this._super.call(this, _id.replace(/\./g, '-'));
|
||||
}
|
||||
});
|
||||
et2_register_widget(et2_template, ["template"]);
|
||||
|
Loading…
Reference in New Issue
Block a user