Update gf-client.html with new gf.fcgi output types.

This commit is contained in:
bjorn
2008-09-12 11:14:02 +00:00
parent a282f868bc
commit 9cebc28e8e
3 changed files with 19 additions and 44 deletions

View File

@@ -27,9 +27,9 @@
var t = document.getElementById('toLang');
for (var i in langs) {
if (langs[i].canParse) {
addOption(f, i, i);
addOption(f, langs[i].lang, langs[i].lang);
}
addOption(t, i, i);
addOption(t, langs[i].lang, langs[i].lang);
}
}