We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eea8f9 commit cf6fb8dCopy full SHA for cf6fb8d
src/js/app/main.js
@@ -423,7 +423,7 @@ function url_redraw_react(){
423
}
424
425
function display_landing(){
426
- if (player.mpds_integration){
+ if (player.mpds_integration || (window.location.search && window.location.search.indexOf('nobanner') !== -1)){
427
document.getElementById('preloader').style.display = 'none';
428
return;
429
0 commit comments