1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-27 17:00:52 +01:00

Revert "watch.js: optimize a little bit"

This reverts commit a9dcbda9f4.
This commit is contained in:
czaks 2014-01-04 19:14:08 +01:00
parent 9a5f3b2e31
commit 9ed0a83434

View File

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