diff --git a/packages/blockly/tests/playground.html b/packages/blockly/tests/playground.html index 678dbc28177..587534ec118 100644 --- a/packages/blockly/tests/playground.html +++ b/packages/blockly/tests/playground.html @@ -95,15 +95,6 @@ addEventHandlers(); document.querySelector('#version').innerText = Blockly.VERSION; - - // If we're running locally, display the Advanced Playground link - if ( - window.location.href.includes('127.0.0.1') || - window.location.href.includes('localhost') - ) { - document.querySelector('.advancedPlayground').style.display = - 'inline'; - } } /** @@ -515,10 +506,6 @@ font-family: monospace; } - .advancedPlayground { - display: none; - } - .ioLabel > .blocklyFlyoutLabelText { font-style: italic; } @@ -548,9 +535,7 @@

Blockly Playground ()

- - - Advanced - + Advanced - Web Component - Multi Playground