mirror of
https://github.com/google/blockly.git
synced 2026-01-07 00:50:27 +01:00
Move Plane app to demos.
This commit is contained in:
@@ -62,6 +62,9 @@ if (loc.match('/apps/puzzle/')) {
|
||||
if (loc.match('/apps/graph/')) {
|
||||
// Graph moved from apps to demos on 10 Nov 2014.
|
||||
loc = loc.replace('/apps/', '/demos/');
|
||||
} else if (loc.match('/apps/plane/')) {
|
||||
// Graph moved from apps to demos on 10 Nov 2014.
|
||||
loc = loc.replace('/apps/', '/demos/');
|
||||
} else if (loc.match('/apps/blockfactory/')) {
|
||||
// Block Factory moved from apps to demos on 16 Oct 2014.
|
||||
loc = loc.replace('/apps/', '/demos/');
|
||||
|
||||
Reference in New Issue
Block a user