same window
This commit is contained in:
parent
2d28520cd4
commit
3c6f8c102c
@ -315,8 +315,7 @@
|
||||
listEl.addEventListener( 'click', function(ev){
|
||||
ev.preventDefault();
|
||||
ev.stopPropagation();
|
||||
var win = window.open( fileUrl, '_blank' );
|
||||
win.focus();
|
||||
window.location.href = fileUrl;
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user