diff --git a/filemanager/js/app.js b/filemanager/js/app.js index b914f696be..44e2a077d0 100644 --- a/filemanager/js/app.js +++ b/filemanager/js/app.js @@ -659,7 +659,7 @@ app.classes.filemanager = AppJS.extend( window.setTimeout(jQuery.proxy(function() { var evt = document.createEvent('MouseEvent'); evt.initMouseEvent('click', true, true, window, 1, 0, 0, 0, 0, false, false, false, false, 0, null); - a[0].dispatchEvent(evt); + this[0].dispatchEvent(evt); this.remove(); }, a), 100*i); }