1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

fixing initial polling behavior

This commit is contained in:
madebydna 2014-05-21 10:02:20 -07:00
parent c0058a6bbc
commit fc2d5a4ae4

View file

@ -172,7 +172,6 @@ var setSliderLabel = function(val) {
$(function(){
renderGraphs();
clearInterval(poller);
if (typeof localStorage.timeInterval !== 'undefined'){
$('div.interval-slider input').val(localStorage.timeInterval);