diff --git a/src/Miscellaneous/Flash.coffee b/src/Miscellaneous/Flash.coffee index 02ed6a4af..b34d3d67f 100644 --- a/src/Miscellaneous/Flash.coffee +++ b/src/Miscellaneous/Flash.coffee @@ -1,9 +1,11 @@ Flash = init: -> if g.BOARD.ID is 'f' and Conf['Enable Native Flash Embedding'] - $.ready Flash.initReady + Callbacks.Thread.push + name: 'Flash Embedding' + cb: @node - initReady: -> + node: -> if $.hasStorage $.global -> window.SWFEmbed.init() if JSON.parse(localStorage['4chan-settings'] or '{}').disableAll else