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…
Reference in New Issue