chore(demos): delete plane demo (#6064)

This commit is contained in:
Rachel Fenichel
2022-04-05 16:38:28 -07:00
committed by GitHub
parent 964fb43f9a
commit 7991c8aeb3
88 changed files with 2 additions and 8854 deletions

View File

@@ -90,6 +90,8 @@ if (loc.match('/demos/fixed/')) {
loc = 'https://google.github.io/blockly-samples/examples/pitch-field-demo/';
} else if (loc.match('/demos/mirror/')) {
loc = 'https://google.github.io/blockly-samples/examples/mirror-demo/';
} else if (loc.match('/demos/plane/')) {
loc = 'https://google.github.io/blockly-samples/examples/plane-demo/';
}
location = loc;