forked from extern/egroupware
replace all .
This commit is contained in:
parent
a74795387e
commit
020d6d9394
@ -171,7 +171,7 @@ var et2_template = et2_DOMWidget.extend(
|
|||||||
* @param _id
|
* @param _id
|
||||||
*/
|
*/
|
||||||
set_id: function(_id) {
|
set_id: function(_id) {
|
||||||
this._super.call(this, _id.replace('.', '-'));
|
this._super.call(this, _id.replace(/\./g, '-'));
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
et2_register_widget(et2_template, ["template"]);
|
et2_register_widget(et2_template, ["template"]);
|
||||||
|
Loading…
Reference in New Issue
Block a user