mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-29 16:54:04 +02:00
Fix implicit declaration of variable msg in the logout view script
refs #8626
This commit is contained in:
parent
815dc8a5fa
commit
7220d781d8
@ -28,7 +28,7 @@
|
||||
* request.
|
||||
*/
|
||||
$(document).ready(function() {
|
||||
msg = $('#logout-status');
|
||||
var msg = $('#logout-status');
|
||||
try {
|
||||
if (navigator.userAgent.toLowerCase().indexOf('msie') !== -1) {
|
||||
document.execCommand('ClearAuthenticationCache');
|
||||
|
Loading…
x
Reference in New Issue
Block a user