diff --git a/config/rootfiles/core/189/filelists/files b/config/rootfiles/core/189/filelists/files index 30ed2da82..2586805ea 100644 --- a/config/rootfiles/core/189/filelists/files +++ b/config/rootfiles/core/189/filelists/files @@ -1,3 +1,4 @@ etc/rc.d/init.d/functions +srv/web/ipfire/html/include/rrdimage.js var/ipfire/header.pl var/ipfire/ids-functions.pl diff --git a/html/html/include/rrdimage.js b/html/html/include/rrdimage.js index c6f5930c9..06d05e224 100644 --- a/html/html/include/rrdimage.js +++ b/html/html/include/rrdimage.js @@ -35,7 +35,7 @@ function rrdimage_selectRange(buttonObj) { // Document loaded: Process all graphs, start reload timers $(function() { - $('div.rrdimage').each(function() { + $('div.graph').each(function() { let graphBox = $(this); _rrdimg_setRange(graphBox, graphBox.data('defaultRange'), true); });