Commit 361edfb357cbe49eea70e6d6e454d54ccff33532
work on liteclient
Dominic Tarr committed on 12/9/2016, 2:58:08 PMParent: ef1901b863afcf6b50ff0d67521c78bd410fe081
Files changed
modules_core/menu.js | changed |
modules_core/menu.js | ||
---|---|---|
@@ -18,14 +18,14 @@ | ||
18 | 18 … | list.style.display = 'none' |
19 | 19 … | } |
20 | 20 … | }) |
21 | 21 … | |
22 | - setImmediate(function () { | |
22 … | + setTimeout(function () { | |
23 | 23 … | menu_items().forEach(function (el) { |
24 | 24 … | if(el) |
25 | 25 … | list.appendChild(el) |
26 | 26 … | }) |
27 | - }) | |
27 … | + }, 0) | |
28 | 28 … | |
29 | 29 … | return { |
30 | 30 … | connection_status: function (err) { |
31 | 31 … | if(err) status.classList.add('error') |
Built with git-ssb-web