Update soft.js

old_version
Mr Chen 7 years ago
parent c144cead18
commit fe87092750
  1. 2
      static/app/soft.js

@ -378,6 +378,6 @@ function indexSoft() {
$(function() { $(function() {
if (window.document.location.pathname == '/soft/') { if (window.document.location.pathname == '/soft/') {
setInterval(function() { getSList(); }, 8000); setInterval(function() { getSList(); }, 15000);
} }
}); });
Loading…
Cancel
Save