update coffeescript to hide cohort choice if first commmentable is not cohorted

This commit is contained in:
Kevin Chugh
2013-02-06 22:00:03 -05:00
parent 1dd0ef274d
commit d047d826c7
3 changed files with 7 additions and 2 deletions

View File

@@ -17,6 +17,11 @@ if Backbone?
@$(".new-post-tags").tagsInput DiscussionUtil.tagsInputOptions()
if @$($(".topic_menu li a")[0]).attr('cohorted') != "True"
$('.choose-cohort').hide();
events:
"submit .new-post-form": "createPost"
"click .topic_dropdown_button": "toggleTopicDropdown"