icingaweb2/public/js/icinga
Johannes Meyer 8212c51f8d js: Already set `window.name` prior bootstrapping our js runtime
Makes sure that the Window-Id already generated and utilized by the
server on the first request is used by subsequent requests instead
of a new one.

Also avoids that concurrent running id-less requests compete about
which one may set his assigned id. Now any subsequent request
already transmits the id assigned to the first one.

And it resets `window.name` in case the user performs a manual
refresh so that the id used by the server is set/utilized.

refs #3609
2018-11-07 09:13:16 +01:00
..
behavior Introduce ApplicationStateHook 2018-07-09 16:28:25 +02:00
eventlistener.js Avoid local variable name `self' in eventlistener.js 2016-09-01 16:16:49 +02:00
events.js JS: Remove excessive scroll events 2018-10-16 15:41:33 +02:00
history.js Avoid local variable name `self' in history.js and timer.js 2016-09-01 16:16:55 +02:00
loader.js loader.js: Make anchor navigation working again 2018-07-10 10:50:31 +02: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
timer.js Icinga.Timer: use setTimeout() instead of setInterval() 2017-02-10 10:14:14 +01:00
timezone.js Cookie icingaweb2-tzo: use `-' as separator 2016-02-25 13:21:34 +01:00
ui.js js: Already set `window.name` prior bootstrapping our js runtime 2018-11-07 09:13:16 +01:00
utils.js JS: implement Icinga.Utils.padString() 2016-02-22 11:14:41 +01:00