mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Use POST submit to make sure all js files for plugin template get loaded.
This commit is contained in:
parent
40687e6a72
commit
3fed6fd20d
@ -21,7 +21,7 @@
|
||||
<row class="select_definition">
|
||||
<description value="Select definition"/>
|
||||
<menulist>
|
||||
<menupopup id="definition" no_lang="1" onchange="1"/>
|
||||
<menupopup id="definition" no_lang="1" onchange="widget.getInstanceManager().postSubmit(); return false;"/>
|
||||
</menulist>
|
||||
</row>
|
||||
<row class="select_plugin">
|
||||
|
Loading…
Reference in New Issue
Block a user