diff --git a/js/server_status_monitor.js b/js/server_status_monitor.js index 23cc77812a..38b0cbd236 100644 --- a/js/server_status_monitor.js +++ b/js/server_status_monitor.js @@ -1188,7 +1188,7 @@ $(function() { $('#gridchart' + runtime.chartAI).bind('jqplotMouseDown', function(ev, gridpos, datapos, neighbor, plot) { selectionTimeDiff.push(datapos.xaxis); $('#selection_box').remove(); - selectionBox = $('
'); + selectionBox = $('
'); $(document.body).append(selectionBox); selectionStartX = ev.pageX; selectionStartY = ev.pageY;