summaryrefslogtreecommitdiff
path: root/src/www/gfse
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-11-20 12:56:48 +0000
committerhallgren <hallgren@chalmers.se>2012-11-20 12:56:48 +0000
commit3eaeaed8fd741bb1f33c76032e7292df08b35a9f (patch)
tree9e02b65d4f57c719d69175f0523cbb11d2f60782 /src/www/gfse
parent27beb9a3f836e0fa05d4c92c3c6182e8a1a6417b (diff)
GF cloud: move support.js and pgf_online.js
Created the folder js and moved minibar/support.js and minibar/pgf_online.js there, to emphasize their status as app independent support libraries. There are probably more files that should be moved here. The cloud apps have been updated, externally hosted apps that link directly to our server need to be updated too.
Diffstat (limited to 'src/www/gfse')
-rw-r--r--src/www/gfse/index.html6
-rw-r--r--src/www/gfse/share.html4
2 files changed, 5 insertions, 5 deletions
diff --git a/src/www/gfse/index.html b/src/www/gfse/index.html
index 3b3543c2a..c607b4374 100644
--- a/src/www/gfse/index.html
+++ b/src/www/gfse/index.html
@@ -33,12 +33,12 @@ This page does not work without JavaScript.
<hr>
<div class=modtime><small>
HTML
-<!-- hhmts start -->Last modified: Wed Oct 3 23:44:31 CEST 2012 <!-- hhmts end -->
+<!-- hhmts start -->Last modified: Tue Nov 20 13:39:47 CET 2012 <!-- hhmts end -->
</small></div>
<a href="about.html">About</a>
<pre id=debug></pre>
<script type="text/javascript" src="config.js"></script> <!-- optional -->
-<script type="text/javascript" src="../minibar/support.js"></script>
+<script type="text/javascript" src="../js/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="example_based.js"></script>
@@ -49,6 +49,6 @@ HTML
<script type="text/JavaScript" src="../minibar/minibar_input.js"></script>
<script type="text/JavaScript" src="../minibar/minibar_translations.js"></script>
<script type="text/JavaScript" src="../minibar/minibar_support.js"></script>
-<script type="text/JavaScript" src="../minibar/pgf_online.js"></script>
+<script type="text/JavaScript" src="../js/pgf_online.js"></script>
</body>
</html>
diff --git a/src/www/gfse/share.html b/src/www/gfse/share.html
index 54dcdb3e0..ff92d2f73 100644
--- a/src/www/gfse/share.html
+++ b/src/www/gfse/share.html
@@ -13,8 +13,8 @@
<hr>
<address></address>
-<!-- hhmts start --> Last modified: Mon Feb 13 19:03:32 CET 2012 <!-- hhmts end -->
-<script type="text/javascript" src="../minibar/support.js"></script>
+<!-- hhmts start -->Last modified: Tue Nov 20 13:39:57 CET 2012 <!-- hhmts end -->
+<script type="text/javascript" src="../js/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>