watch.js: optimize a little bit

This commit is contained in:
czaks 2014-01-03 00:41:03 +01:00
parent 94eee10e42
commit a9dcbda9f4

View File

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