From 3eaeaed8fd741bb1f33c76032e7292df08b35a9f Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 20 Nov 2012 12:56:48 +0000 Subject: 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. --- src/www/minibar/minibar-api.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/www/minibar/minibar-api.html') diff --git a/src/www/minibar/minibar-api.html b/src/www/minibar/minibar-api.html index d65d92652..505c5155a 100644 --- a/src/www/minibar/minibar-api.html +++ b/src/www/minibar/minibar-api.html @@ -46,7 +46,7 @@ This object implements the complete Minibar web app. It is defined in minibar.js. It also uses the Input and Translations objects described below, and some auxiliary functions defined in minibar_support.js -and support.js, so to use it in an +and support.js, so to use it in an HTML file, you would normally include at least the following:
@@ -54,7 +54,7 @@ HTML file, you would normally include at least the following:
 <script type="text/JavaScript" src="minibar_input.js"></script>
 <script type="text/JavaScript" src="minibar_translations.js"></script>
 <script type="text/JavaScript" src="minibar_support.js"></script>
-<script type="text/JavaScript" src="support.js"></script>
+<script type="text/JavaScript" src="../js/support.js"></script>
 

@@ -111,13 +111,13 @@ It is defined in minibar_input.js. It also uses some auxiliary functions defined in minibar_support.js -and support.js, so to use it in an +and support.js, so to use it in an HTML file, you would normally include at least the following:

 <script type="text/JavaScript" src="minibar_input.js"></script>
 <script type="text/JavaScript" src="minibar_support.js"></script>
-<script type="text/JavaScript" src="support.js"></script>
+<script type="text/JavaScript" src="../js/support.js"></script>
 

Constructor

@@ -188,13 +188,13 @@ This object displays translations. It is defined in minibar_translations.js. It also uses some auxiliary functions defined in minibar_support.js -and support.js, so to use it in an +and support.js, so to use it in an HTML file, you would normally include at least the following:
 <script type="text/JavaScript" src="minibar_translations.js"></script>
 <script type="text/JavaScript" src="minibar_support.js"></script>
-<script type="text/JavaScript" src="support.js"></script>
+<script type="text/JavaScript" src="../js/support.js"></script>
 

Constructor

@@ -249,7 +249,7 @@ the user interface:
-HTML Last modified: Sun Sep 30 17:33:51 CEST 2012 +HTML Last modified: Tue Nov 20 13:44:11 CET 2012
-- cgit v1.2.3