discourse/app
Régis Hanol f184090444 FIX: You can't change a subject whilst Flagging
Meta: [You can't change a subject whilst Flagging](http://meta.discourse.org/t/you-can-t-change-a-subject-whilst-flagging/6887)

This revert a change made by @eviltrout in b794830a25 in the `flag_view.js`.
The `Em.run.schedule('afterRender', function() {...})` is apparently not enough. Had to schedule the event on the next run loop.

Hopefully, the PR emberjs/ember.js#1235 will soon be merged in and we'll have a proper radio button control in Ember.js.
2013-05-27 22:29:24 +02:00
..
assets FIX: You can't change a subject whilst Flagging 2013-05-27 22:29:24 +02:00
controllers Merge branch 'refactoring' of git://github.com/mattvanhorn/discourse 2013-05-27 10:42:20 -04:00
helpers we can't trust CSRF for anon the way it is designed. 2013-05-03 16:43:11 +10:00
mailers add list unsubscribe 2013-04-26 16:56:28 +10:00
models FIX: Couldn't access "Uncategorized" category from category list. 2013-05-27 14:15:52 -04:00
serializers FIX: Couldn't access "Uncategorized" category from category list. 2013-05-27 14:15:52 -04:00
views Calls to Discourse.ajax no longer need getURL -- will be done automatically. 2013-05-07 15:16:27 -04:00