icingaweb2/public/js/icinga
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
..
behavior modal.js: Really only close the modal if the user clicks outside of it 2021-03-09 08:52:10 +01:00
eventlistener.js js: Accept non-jQuery nodes in method `EventListener.bind()` 2021-03-09 08:52:10 +01:00
events.js events.js: Also accept `$autoSubmittedBy` from `event.detail` 2021-01-13 17:17:18 +01:00
history.js history.js: Set `lastPushUrl` in method `replaceCurrentState()` 2021-01-13 17:15:58 +01:00
loader.js js: Allow to suspend auto refresh for individual containers 2021-03-09 08:52:10 +01:00
logger.js Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
module.js Avoid local variable name `self' in module.js 2016-09-01 16:30:01 +02:00
storage.js storage.js: Don't try and allow to register events for non-local backends 2019-07-30 08:17:29 +02:00
timer.js Icinga.Timer: use setTimeout() instead of setInterval() 2017-02-10 10:14:14 +01:00
timezone.js JS: Simplify Date.isDst() 2018-11-16 09:00:32 +01:00
ui.js js: Don't navigate right when opening a modal 2021-02-17 12:51:26 +01:00
utils.js js: Properly parse/build url query values 2020-06-05 08:57:30 +02:00