git ssb

16+

Dominic / patchbay



Commit 361edfb357cbe49eea70e6d6e454d54ccff33532

work on liteclient

Dominic Tarr committed on 12/9/2016, 2:58:08 PM
Parent: ef1901b863afcf6b50ff0d67521c78bd410fe081

Files changed

modules_core/menu.jschanged
modules_core/menu.jsView
@@ -18,14 +18,14 @@
1818 list.style.display = 'none'
1919 }
2020 })
2121
22- setImmediate(function () {
22 + setTimeout(function () {
2323 menu_items().forEach(function (el) {
2424 if(el)
2525 list.appendChild(el)
2626 })
27- })
27 + }, 0)
2828
2929 return {
3030 connection_status: function (err) {
3131 if(err) status.classList.add('error')

Built with git-ssb-web