This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/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 FEATURE: upgrade font awesome to head 2014-07-03 17:58:12 +10:00
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