1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-16 19:08:38 +01:00

Revert "watch.js: optimize a little bit"

This reverts commit a9dcbda9f47fd17d32584c915f22e2903a095668.
This commit is contained in:
czaks 2014-01-04 19:14:08 +01:00
parent 4aa6e607f8
commit 53b10aa469

View File

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