Update simdht.js

pull/109/head
midoks 6 years ago
parent bf2c27d415
commit 97123f915b
  1. 2
      plugins/simdht/js/simdht.js

@ -246,7 +246,7 @@ function dhtTrendRender() {
renderTick = setInterval(function() {
render();
}, 2500);
}, 3000);
checkTick = setInterval(function() {
var obj = $('#dht_trend');

Loading…
Cancel
Save