mirror of
https://github.com/google/blockly.git
synced 2025-12-15 22:00:07 +01:00
chore(demos): delete plane demo (#6064)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user