diff options
| author | hallgren <hallgren@chalmers.se> | 2012-10-30 14:36:55 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-10-30 14:36:55 +0000 |
| commit | 680d53627991066e0200d292aded8f13f68547f5 (patch) | |
| tree | fa31d35f9f99e3e94b642e344c9e575d63816344 /src | |
| parent | 8a718d69451dc872f44a0737729116c45308f57b (diff) | |
TransQuiz: use the grammars from the same server
Unlike the other web apps in the cloud, the translation quiz was configured
to use the grammars at http://www.grammaticalframework.org/grammars.
Diffstat (limited to 'src')
| -rw-r--r-- | src/www/TransQuiz/translation_quiz.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/www/TransQuiz/translation_quiz.html b/src/www/TransQuiz/translation_quiz.html index bb67588e8..ed3269caa 100644 --- a/src/www/TransQuiz/translation_quiz.html +++ b/src/www/TransQuiz/translation_quiz.html @@ -134,7 +134,7 @@ <script type="text/javascript">
var online_options={
- grammars_url: "http://www.grammaticalframework.org/grammars/"
+ //grammars_url: "http://www.grammaticalframework.org/grammars/"
//grammars_url: "http://tournesol.cs.chalmers.se:41296/grammars",
//grammars_url: "http://localhost:41296/grammars",
//grammar_list: ["Foods.pgf"], // leave undefined to get list from server
|
