diff --git a/templates/cms/add-media.html b/templates/cms/add-media.html
index acfabc84..b1caa3b4 100644
--- a/templates/cms/add-media.html
+++ b/templates/cms/add-media.html
@@ -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;
});
}