same window

This commit is contained in:
Markos Gogoulos
2026-01-09 13:37:18 +02:00
parent 2d28520cd4
commit 3c6f8c102c

View File

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