mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 04:20:05 +02:00
Now always including egw and etemplate2 javascript code if we are in the top window
This commit is contained in:
@@ -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)();
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user