discourse/app/assets
lidlanca b4f1ffd4ea Fix: Resize event handler does not get cleared from window object,by wrong usage of jQuery api.
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.
2015-01-30 01:57:44 -05:00
..
fonts
images move editor spinner css to shared (base) css 2014-10-11 04:08:16 -07:00
javascripts Fix: Resize event handler does not get cleared from window object,by wrong usage of jQuery api. 2015-01-30 01:57:44 -05:00
stylesheets adjust styling for tagged topics 2015-01-30 12:33:27 +11:00