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/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/pgf_online.js | 80 -------- src/www/minibar/phrasebook.html | 4 +- src/www/minibar/saldotest.html | 4 +- src/www/minibar/support.js | 329 ------------------------------- 11 files changed, 28 insertions(+), 437 deletions(-) delete mode 100644 src/www/minibar/pgf_online.js delete mode 100644 src/www/minibar/support.js (limited to 'src/www/minibar') 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: