summaryrefslogtreecommitdiffstats
path: root/health-networkstats-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-09-09 13:43:27 +0000
committerTed Trask <ttrask01@yahoo.com>2008-09-09 13:43:27 +0000
commitf9af9a36bf963a117e9de671a94135d145b620c3 (patch)
tree8e0d0db86785c7b0bfce9bfbc907f818500f325a /health-networkstats-html.lsp
parent56a1ef7ebe6ae60bd4722f979ec50684221d94fb (diff)
downloadacf-alpine-baselayout-f9af9a36bf963a117e9de671a94135d145b620c3.tar.bz2
acf-alpine-baselayout-f9af9a36bf963a117e9de671a94135d145b620c3.tar.xz
Fix ajax in IE by turning off caching
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1453 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'health-networkstats-html.lsp')
-rw-r--r--health-networkstats-html.lsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/health-networkstats-html.lsp b/health-networkstats-html.lsp
index e994afb..fadf80e 100644
--- a/health-networkstats-html.lsp
+++ b/health-networkstats-html.lsp
@@ -41,6 +41,7 @@
$("#chart"), data, {legend:{position:"ne", backgroundOpacity:0}, xaxis:{mode:"time", timeformat:"%H:%M:%S", min:timestamp, max:timestamp+duration}, yaxis:{min:0}});
}
function Update(){
+ $.ajaxSetup({cache:false});
$.getJSON(
'<%= page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action %>',
{viewtype:'json'},