diff options
author | Alib <aliboba@free.fr> | 2010-03-21 16:58:26 +0100 |
---|---|---|
committer | Alib <aliboba@free.fr> | 2010-03-21 16:58:26 +0100 |
commit | df0fc3656f11b78614d1709f2fb4f271bc98890a (patch) | |
tree | 16ba0ad47dca30f3a55c7629b8df1d6da395224d /js | |
parent | 699e33d7edac42d61ab56d24650be8503697a0d8 (diff) | |
download | istreamdev-df0fc3656f11b78614d1709f2fb4f271bc98890a.tar.gz istreamdev-df0fc3656f11b78614d1709f2fb4f271bc98890a.tar.bz2 |
optimised cache handling. Now all images, js, css and html page are stored locally and cached for future session.
Added genmanifest.php to generate the istreamdev.manifest file firest time.
Diffstat (limited to 'js')
-rw-r--r-- | js/istreamdev.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/istreamdev.js b/js/istreamdev.js index eef6357..10a465c 100644 --- a/js/istreamdev.js +++ b/js/istreamdev.js @@ -48,8 +48,6 @@ jQT = new $.jQTouch({ // [GENERIC STUFF]
// Global variable
-//window.applicationCache;
-
dataString = "action=getGlobals";
$.getJSON("bin/backend.php",
dataString,
|