From 9ee76d5f92ae28a7e9ca5c2a0737d60346e60c1a Mon Sep 17 00:00:00 2001 From: H Plato Date: Thu, 6 Jul 2017 18:38:32 -0600 Subject: [PATCH] IA7 1.5.310 - fixed a typo --- web/ia7/house/main.shtml | 2 +- web/ia7/include/javascript.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/ia7/house/main.shtml b/web/ia7/house/main.shtml index 0756f68d4..8c96919b0 100644 --- a/web/ia7/house/main.shtml +++ b/web/ia7/house/main.shtml @@ -82,7 +82,7 @@

MisterHouse was created by Bruce Winter. Ron Klinkien developed the v2.3 web interface. Kevin Robert Keegan - designed the IA7 web prototype, updates by H.Plato. IA7 v1.5.300 Font Awesome by Dave Gandy - http://fontawesome.io

+ designed the IA7 web prototype, updates by H.Plato. IA7 v1.5.310 Font Awesome by Dave Gandy - http://fontawesome.io

diff --git a/web/ia7/include/javascript.js b/web/ia7/include/javascript.js index b6e3d7add..c9ce32dd9 100644 --- a/web/ia7/include/javascript.js +++ b/web/ia7/include/javascript.js @@ -1682,7 +1682,7 @@ var graph_rrd = function(start,group,time) { var period = $(this).attr("id").match(/rrdperiod_(.*)/)[1]; var new_start = json.data.periods[period].split(',')[1]; $('.open').removeClass('open'); - clearTimeout(refresh_loop); //stop the old refresh since we have a new time period + clearTimeout(rrd_refresh_loop); //stop the old refresh since we have a new time period graph_rrd(new_start,group,0); });