Fix implicit declaration of variable msg in the logout view script

refs #8626
This commit is contained in:
Eric Lippmann 2015-03-11 15:00:43 +01:00
parent 815dc8a5fa
commit 7220d781d8
1 changed files with 1 additions and 1 deletions

View File

@ -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');