mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 15:18:58 +01:00
Can't forget to reset the ID (template name), or it might not be able to load the template
This commit is contained in:
parent
0a33ad8eae
commit
4d13f3170f
@ -157,6 +157,7 @@ var et2_template = et2_DOMWidget.extend(
|
||||
var old_id = this.id;
|
||||
this.id = this.content;
|
||||
this._super.apply(this, arguments);
|
||||
this.id = old_id;
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user