diff options
| author | hallgren <hallgren@chalmers.se> | 2010-12-17 16:43:11 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2010-12-17 16:43:11 +0000 |
| commit | 65b717c3627a027e17cfa5bee48ffd9aeb963180 (patch) | |
| tree | 129d00d18e6dc24533d30a833255860cc76be1c5 /src | |
| parent | 9ad094577aa7f2137e0b5a8b1b15b25bb6c74802 (diff) | |
minibar.html: omit explicit grammars_url option
The grammars will then by default be fetched from the same server as
minibar.html. This means that everything will be served locally when accessing
minibar through a locally running pgf-http.
Diffstat (limited to 'src')
| -rw-r--r-- | src/runtime/javascript/minibar/minibar.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/javascript/minibar/minibar.html b/src/runtime/javascript/minibar/minibar.html index 34193eb30..00b33a063 100644 --- a/src/runtime/javascript/minibar/minibar.html +++ b/src/runtime/javascript/minibar/minibar.html @@ -27,7 +27,7 @@ This page doesn't works unless JavaScript is enabled. & <a href="http://www.grammaticalframework.org:41296/translate/">Translator</a>] </small> <small class=modtime> -HTML <!-- hhmts start --> Last modified: Wed Dec 1 17:36:24 CET 2010 <!-- hhmts end --> +HTML <!-- hhmts start --> Last modified: Fri Dec 17 17:00:19 CET 2010 <!-- hhmts end --> </small> <address> <a href="http://www.cs.chalmers.se/~hallgren/">TH</a> @@ -36,7 +36,7 @@ HTML <!-- hhmts start --> Last modified: Wed Dec 1 17:36:24 CET 2010 <!-- hhmts <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 |
