Commit 74222f9e by Vik Paruchuri

Fix silly mistake

parent e3da5aeb
...@@ -26,7 +26,7 @@ class @CombinedOpenEnded ...@@ -26,7 +26,7 @@ class @CombinedOpenEnded
@submit_button = @$('.submit-button') @submit_button = @$('.submit-button')
@child_state = @el.data('state') @child_state = @el.data('state')
@child_type = @el.data('child-type') @child_type = @el.data('child-type')
if @child_type="openended" if @child_type=="openended"
@reload_button = @$('.reload-button') @reload_button = @$('.reload-button')
@open_ended_child= @$('.open-ended-child') @open_ended_child= @$('.open-ended-child')
......
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