diff options
Diffstat (limited to 'health-networkstats-html.lsp')
-rw-r--r-- | health-networkstats-html.lsp | 1 |
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'}, |