diff options
| author | hallgren <hallgren@chalmers.se> | 2012-04-30 13:53:55 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-04-30 13:53:55 +0000 |
| commit | c10bd79e26803358e68c1ce89a98cc22b6101924 (patch) | |
| tree | 7cb840fa834eb487f40d0e94aeca78adbf3da60f /demos | |
| parent | c6c9b994d21af42a2dc7b8145967bf8c24bc2f7d (diff) | |
minibar_offline: Update the API exported by pgf_offline.js to be compatible with pgf_online.js
This makes the minibar offline demo work again.
Diffstat (limited to 'demos')
| -rw-r--r-- | demos/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/index.html b/demos/index.html index 86449bd6f..02d2168e9 100644 --- a/demos/index.html +++ b/demos/index.html @@ -1,4 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE html> <HTML> <HEAD> <TITLE>Grammatical Framework Demos</TITLE> @@ -23,7 +23,7 @@ Phrasebook</a> <P><a href="minibar/minibar.html">Minibar online</A> - | <small><a href="http://www.grammaticalframework.org/~hallgren/hs2js/test/">Minibar offline</a></small> + | <small><a href="minibar/minibar_offline.html">Minibar offline</a></small> <P> <a href="http://www.grammaticalframework.org:41296/fridge">Fridge poetry</A> |
