Explorar el Código

watch.js: slow down a little bit, let`s see how it works out

pull/18/head
czaks hace 9 años
padre
commit
4131a6e563
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      js/watch.js

+ 1
- 1
js/watch.js Ver fichero

@@ -248,7 +248,7 @@ $(function(){
var st = storage();

var sched = 0;
var sched_diff = 300;
var sched_diff = 2000;

for (var i in st) {
if (st[i].watched) {


Cargando…
Cancelar
Guardar