forked from extern/egroupware
Replace legacy this.form.submit()s with a full post for better compatability
This commit is contained in:
parent
0e2864e79a
commit
5b3aa1bcdd
@ -81,7 +81,7 @@
|
||||
|
||||
if (_val.indexOf('this.form.submit()') != -1)
|
||||
{
|
||||
_val = _val.replace('this.form.submit()','widget.getInstanceManager().submit()');
|
||||
_val = _val.replace('this.form.submit()','widget.getInstanceManager().postSubmit()');
|
||||
}
|
||||
return _val;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user