Skip to content

Commit cf6fb8d

Browse files
committed
Add *nobanner* option
1 parent 0eea8f9 commit cf6fb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/app/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ function url_redraw_react(){
423423
}
424424

425425
function display_landing(){
426-
if (player.mpds_integration){
426+
if (player.mpds_integration || (window.location.search && window.location.search.indexOf('nobanner') !== -1)){
427427
document.getElementById('preloader').style.display = 'none';
428428
return;
429429
}

0 commit comments

Comments
 (0)