diff --git a/src/Miscellaneous/Flash.coffee b/src/Miscellaneous/Flash.coffee index 7f9084832..22f98ac08 100644 --- a/src/Miscellaneous/Flash.coffee +++ b/src/Miscellaneous/Flash.coffee @@ -7,4 +7,6 @@ Flash = if $.hasStorage $.global -> window.SWFEmbed.init() if JSON.parse(localStorage['4chan-settings'] or '{}').disableAll else + if g.VIEW is 'thread' + $.global -> window.Main.tid = location.pathname.split(/\/+/)[3] $.global -> window.SWFEmbed.init()