icingaweb2/public/js
Johannes Meyer 30b540952a loader.js: Don't consider redirected form submits as auto submits
A redirect caused by a form submit is **never** an automatic submit.
Unless I'm missing something here. There is one way this may be true,
as ipl forms without a submit button are indeed successful due to a
autosubmit element, but they don't redirect by default. So if the
controller redirects in such a case, the form should have a submit
button, I guess..

Anyway, this is necessary due to the previous commit as this may
otherwise cause form submits, that re-render layout during a redirect,
are considered being auto submitted. (Such as the login form)
2023-10-27 10:15:47 +02:00
..
icinga loader.js: Don't consider redirected form submits as auto submits 2023-10-27 10:15:47 +02:00
bootstrap.js Remove inline scripts 2023-08-28 16:40:37 +02:00
define.js define.js: Support libs that require `exports` 2021-05-17 13:20:42 +02:00
helpers.js Revert "js: Don't serve scripts utilizing ECMA2016+ features" 2022-06-13 15:50:52 +02:00
icinga.js js: Fix regression for loading dependent modules for sub-containers (#4533) 2021-11-08 13:16:06 +01:00
logout.js Remove inline scripts 2023-08-28 16:40:37 +02:00