From 3eaeaed8fd741bb1f33c76032e7292df08b35a9f Mon Sep 17 00:00:00 2001 From: hallgren Date: Tue, 20 Nov 2012 12:56:48 +0000 Subject: [PATCH] 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/gfse/index.html | 6 +++--- src/www/gfse/share.html | 4 ++-- src/www/{minibar => js}/pgf_online.js | 0 src/www/{minibar => js}/support.js | 0 src/www/minibar/about.html | 12 ++++++------ src/www/minibar/example.html | 6 +++--- src/www/minibar/feedback.html | 2 +- src/www/minibar/gf-web-api-examples.html | 4 ++-- src/www/minibar/minibar-api.html | 14 +++++++------- src/www/minibar/minibar.html | 6 +++--- src/www/minibar/minibar_offline.html | 4 ++-- src/www/minibar/phrasebook.html | 4 ++-- src/www/minibar/saldotest.html | 4 ++-- src/www/translator/index.html | 6 +++--- 14 files changed, 36 insertions(+), 36 deletions(-) rename src/www/{minibar => js}/pgf_online.js (100%) rename src/www/{minibar => js}/support.js (100%) 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.
HTML -Last modified: Wed Oct 3 23:44:31 CEST 2012 +Last modified: Tue Nov 20 13:39:47 CET 2012
About

  
-
+
 
 
 
@@ -49,6 +49,6 @@ 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 @@
 
 
- Last modified: Mon Feb 13 19:03:32 CET 2012 - +Last modified: Tue Nov 20 13:39:57 CET 2012 + diff --git a/src/www/minibar/pgf_online.js b/src/www/js/pgf_online.js similarity index 100% rename from src/www/minibar/pgf_online.js rename to src/www/js/pgf_online.js diff --git a/src/www/minibar/support.js b/src/www/js/support.js similarity index 100% rename from src/www/minibar/support.js rename to src/www/js/support.js diff --git a/src/www/minibar/about.html b/src/www/minibar/about.html index 3325d2ed9..9ba25895c 100644 --- a/src/www/minibar/about.html +++ b/src/www/minibar/about.html @@ -34,7 +34,7 @@ Some implementation details: (there are both styling and scripting issues). There seems to be some rendering bugs in Chrome 5.0.342.9 β.
  • The implementation consist of two JavaScript files: - minibar.js and support.js + minibar.js and support.js The latter is also used in a couple of small web apps based on the @@ -127,12 +127,12 @@ Some implementation details:
  • [Added 2010-10-27] Code restructuring: