summaryrefslogtreecommitdiff
path: root/src/editor/simple/index.html
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2011-07-29 13:45:37 +0000
committerhallgren <hallgren@chalmers.se>2011-07-29 13:45:37 +0000
commit7c6f6110ebf8ebf446b8414e035b1118908d5bed (patch)
tree4178b50dc70c0f4d7b95f8aa0440fb24b3471ea7 /src/editor/simple/index.html
parent9d547fbdca865785d23c1211610391d39464d507 (diff)
gfse: refactoring
Factor out functions that interface to the old cloud service (upload.cgi) from editor.js into cloud.js. Merge changes from editor2.js into editor.js and factor out functions that interface to gf -server into clouds2.js.
Diffstat (limited to 'src/editor/simple/index.html')
-rw-r--r--src/editor/simple/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/editor/simple/index.html b/src/editor/simple/index.html
index aab014b42..306f2ba1f 100644
--- a/src/editor/simple/index.html
+++ b/src/editor/simple/index.html
@@ -32,7 +32,7 @@ This page does not work without JavaScript.
<hr>
<div class=modtime><small>
HTML
-<!-- hhmts start --> Last modified: Mon Jul 25 21:01:48 CEST 2011 <!-- hhmts end -->
+<!-- hhmts start --> Last modified: Fri Jul 29 15:43:58 CEST 2011 <!-- hhmts end -->
</small></div>
<a href="about.html">About</a>
<pre id=debug></pre>
@@ -40,6 +40,7 @@ HTML
<script type="text/javascript" src="localstorage.js"></script>
<script type="text/javascript" src="gf_abs.js"></script>
<script type="text/javascript" src="editor.js"></script>
+<script type="text/javascript" src="cloud.js"></script>
<script type="text/javascript" src="sort.js"></script>
</body>
</html>