discourse/app
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
..
assets 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
controllers Merge pull request #3080 from riking/misc 2015-01-30 10:23:17 +11:00
helpers UX: Update 404 page category badge to use centralized helper and style 2015-01-28 14:56:38 -05:00
jobs FEATURE: background job to make sure emoticons aren't too big 2015-01-29 18:36:35 +01:00
mailers UX: Update 404 page category badge to use centralized helper and style 2015-01-28 14:56:38 -05:00
models FIX: summary mode was broken and missing a bunch of posts 2015-01-30 17:19:42 +11:00
serializers Merge branch 'master' of github.com:discourse/discourse 2015-01-29 17:39:52 -05:00
services FIX: Respect user locale for reply notifications 2015-01-17 23:17:50 -08:00
views UX: Update 404 page category badge to use centralized helper and style 2015-01-28 14:56:38 -05:00