diff options
| author | hallgren <hallgren@chalmers.se> | 2011-02-17 17:35:22 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2011-02-17 17:35:22 +0000 |
| commit | 8dd2a1ddc05043f98b092b67364d7051e947e82d (patch) | |
| tree | 809e63acb4bd891524f76be2ad1c487ed53daf8f /src/editor/simple/index.html | |
| parent | c1f0d57210c00e3cb35c95f5fc11462f08f5bed2 (diff) | |
gfse: some small fixes
+ 'make install' to copy all required files to the server
+ configuration options and error checks in upload.cgi
Diffstat (limited to 'src/editor/simple/index.html')
| -rw-r--r-- | src/editor/simple/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editor/simple/index.html b/src/editor/simple/index.html index ef3843379..dcca4d7b7 100644 --- a/src/editor/simple/index.html +++ b/src/editor/simple/index.html @@ -31,10 +31,10 @@ This page does not work without JavaScript. <hr> <div class=modtime><small> HTML -<!-- hhmts start --> Last modified: Wed Feb 16 15:10:52 CET 2011 <!-- hhmts end --> +<!-- hhmts start --> Last modified: Thu Feb 17 17:45:54 CET 2011 <!-- hhmts end --> </small></div> <a href="about.html">About</a> -<script type="text/javascript" src="../../runtime/javascript/minibar/support.js"></script> +<script type="text/javascript" src="support.js"></script> <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> |
