Commit 03e5f9d1e02502bf332dabba08cc25dc246fdf1c

Authored by Cédric RICARD
1 parent 8ef4ab89

Fix IE double submit bug: the fix introduced a regression for legacy tools like tmpro, etc...

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
calexium_lib/web/CXM_generic_form.anubis
... ... @@ -446,7 +446,7 @@ define HTML_Row(HTML_In_Form)
446 446 failure then same,
447 447 success(n) then same(n)
448 448 },
449   - link(button_text),
  449 + submit([], button_text),
450 450 action_name,
451 451 extra_operands))
452 452 ]
... ...