mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 12:24:55 +00:00
An handler get added each time a topic is loaded to the window object jQuery resize api only pass data to the handler when triggered. ```.resize( [eventData ], handler ) ``` The unbind followed in willDestroyElement had no affect. .on(...) or bind(..) support the event.namespace fix was not tested.