Browse Source

Revert "watch.js: optimize a little bit"

This reverts commit a9dcbda9f4.
pull/40/head
czaks 10 years ago
parent
commit
9ed0a83434
  1. 2
      js/watch.js

2
js/watch.js

@ -339,7 +339,7 @@ $(function(){
} }
} }
if (refresh) { if (refresh) {
update_pinned(); fetch_jsons();
refresh = false; refresh = false;
} }
}); });

Loading…
Cancel
Save