Move Plane app to demos.

This commit is contained in:
Neil Fraser
2014-11-18 22:21:00 -08:00
parent 17d86eaf2b
commit 8d53788810
346 changed files with 7339 additions and 8525 deletions

View File

@@ -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/');