diff options
| author | hallgren <hallgren@chalmers.se> | 2012-11-20 12:56:48 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-11-20 12:56:48 +0000 |
| commit | 3eaeaed8fd741bb1f33c76032e7292df08b35a9f (patch) | |
| tree | 9e02b65d4f57c719d69175f0523cbb11d2f60782 /src/www/minibar/gf-web-api-examples.html | |
| parent | 27beb9a3f836e0fa05d4c92c3c6182e8a1a6417b (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/minibar/gf-web-api-examples.html')
| -rw-r--r-- | src/www/minibar/gf-web-api-examples.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/www/minibar/gf-web-api-examples.html b/src/www/minibar/gf-web-api-examples.html index d2ddc6fc9..516e823ad 100644 --- a/src/www/minibar/gf-web-api-examples.html +++ b/src/www/minibar/gf-web-api-examples.html @@ -47,7 +47,7 @@ The Web Service API page</a> describes the calls supported by the GF web service API. Below, we illustrate these calls by examples, and also show how to make these calls from JavaScript using the API defined in -<a href="pgf_online.js"><code>pgf_online.js</code></a>. +<a href="../js/pgf_online.js"><code>pgf_online.js</code></a>. <p> <strong>Note</strong> that <code>pgf_online.js</code> was initially developed @@ -174,6 +174,6 @@ full API. </dl> <hr> <div class=modtime><small> -<!-- hhmts start -->Last modified: Sat Nov 17 18:40:55 CET 2012 <!-- hhmts end --> +<!-- hhmts start -->Last modified: Tue Nov 20 13:54:42 CET 2012 <!-- hhmts end --> </small></div> <address><a href="http://www.cse.chalmers.se/~hallgren/">TH</a></address> |
