Now always including egw and etemplate2 javascript code if we are in the top window

This commit is contained in:
Andreas Stöckel
2012-03-08 14:05:00 +00:00
parent 60a2fd9855
commit df06f6657c
5 changed files with 28 additions and 26 deletions

View File

@@ -113,7 +113,7 @@ var et2_inputWidget = et2_valueWidget.extend(et2_IInput, {
change: function(_node) {
if (this.onchange)
{
return this.onchange(_node);
return et2_compileLegacyJS(this.onchange, this, _node)();
}
},