Commit f42850c8 by cahrens

Merge branch 'feature/christina/metadata-ui' of github.com:edx/edx-platform into…

Merge branch 'feature/christina/metadata-ui' of github.com:edx/edx-platform into feature/christina/metadata-ui
parents aaffee50 cb401930
...@@ -86,5 +86,5 @@ class CMS.Views.ModuleEdit extends Backbone.View ...@@ -86,5 +86,5 @@ class CMS.Views.ModuleEdit extends Backbone.View
clickModeButton: (event) -> clickModeButton: (event) ->
event.preventDefault() event.preventDefault()
@$el.removeClass('not-set') @$el.find("a").removeClass('not-set')
@$el.addClass('is-set') @$el.find("a").addClass('is-set')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment