Manual commit

This commit is contained in:
ellen.spertus
2013-11-25 17:33:36 -08:00
parent 2a503df172
commit 08e5254196
235 changed files with 2329 additions and 2873 deletions

View File

@@ -24,7 +24,8 @@ if (loc.match('/apps/code/code.html')) {
loc = loc.replace('/code.html', '/index.html');
} else if (loc.match('/apps/code/zh_tw.html')) {
// Code became language-agnostic on 20 Jul 2013.
loc = loc.replace('/zh_tw.html', '/index.html?lang=zh-tw');
// zh-tw was changed to zh-hans on 25 Nov 2013.
loc = loc.replace('/zh_tw.html', '/index.html?lang=zh-hans');
} else if (loc.match('/apps/code/index.html')) {
// NOP.
} else if (loc.match(/\/apps\/code\/[-a-z]+\.html/)) {