icingaweb2/public/js
Johannes Meyer 07251e6d5e modal.js: Really only close the modal if the user clicks outside of it
The click event fires only after the mouse button is released, which
may happen on the outside, after the user tried to select something
and overrun accidentally. A close is then not desired as the user
may loose input. The mousedown event fires right when the button
is pressed and suffices on the outside of the modal.
2021-03-09 08:52:10 +01:00
..
icinga modal.js: Really only close the modal if the user clicks outside of it 2021-03-09 08:52:10 +01:00
vendor js: Drop sparkline lib and behavior 2020-09-28 16:39:54 +02:00
define.js js: Add `define.js` 2020-11-18 13:21:33 +01:00
helpers.js js: Don't serve scripts utilizing ECMA2016+ features 2021-02-22 16:01:42 +01:00
icinga.js js: Use custom event `icinga-init` to trigger initial render events 2019-11-26 16:00:21 +01:00