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/javascripts/discourse
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
..
components bar style fixes 2015-01-29 17:49:14 +11:00
controllers Merge pull request #3080 from riking/misc 2015-01-30 10:23:17 +11:00
dialects FIX: use CDN for user card/profile background and user avatars (for real this time) 2015-01-29 22:53:48 +01:00
ember Fix resolve errors 2014-12-17 09:31:41 -05:00
helpers correct tests 2015-01-29 17:57:34 +11:00
initializers FIX: (for IE9) if console.log doesn't exist, make it an noop. 2015-01-21 11:53:41 -05:00
lib FEATURE: 'b' as a keyboard shortcut for bookmarking a topic 2015-01-30 15:11:24 +11:00
mixins added todo 2015-01-30 15:11:46 +11:00
models FEATURE: 'b' as a keyboard shortcut for bookmarking a topic 2015-01-30 15:11:24 +11:00
routes FIX: Posts weren't highlighting on initial load 2015-01-23 10:46:44 -05:00
templates regression, too many "new" badges on the "new" tab 2015-01-30 12:47:45 +11:00
views 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