mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +00:00
Further timing refinements on feed drawing.
This commit is contained in:
parent
8f9f79f4d4
commit
58cb01adb5
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@
|
||||||
(function($feeds, $folder) {
|
(function($feeds, $folder) {
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
$feeds.append($folder);
|
$feeds.append($folder);
|
||||||
}, 0);
|
}, 50);
|
||||||
})($feeds, $folder);
|
})($feeds, $folder);
|
||||||
this.make_feeds_folder($('ul.folder', $folder), folder);
|
this.make_feeds_folder($('ul.folder', $folder), folder);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue