summaryrefslogtreecommitdiff
path: root/src/examples/rrdJFlotFilterRRA.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/rrdJFlotFilterRRA.html')
-rw-r--r--src/examples/rrdJFlotFilterRRA.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/examples/rrdJFlotFilterRRA.html b/src/examples/rrdJFlotFilterRRA.html
index 7306e37..8f001d4 100644
--- a/src/examples/rrdJFlotFilterRRA.html
+++ b/src/examples/rrdJFlotFilterRRA.html
@@ -121,6 +121,10 @@
// and performs the update of the Web page
function update_fname_handler(bf) {
var i_rrd_data=undefined;
+ if (bf.getLength()<1) {
+ alert("File "+fname+" is empty (possibly loading failed)!");
+ return 1;
+ }
try {
var i_rrd_data=new RRDFile(bf);
} catch(err) {