From 69e55f001e32b2d1248e542f98c8139c513800e6 Mon Sep 17 00:00:00 2001 From: nilsding Date: Mon, 8 Dec 2014 12:50:02 +0100 Subject: [PATCH] bugFuchs --- app/assets/javascripts/application.js.erb.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/application.js.erb.coffee b/app/assets/javascripts/application.js.erb.coffee index 04da9c24..bf45abe7 100644 --- a/app/assets/javascripts/application.js.erb.coffee +++ b/app/assets/javascripts/application.js.erb.coffee @@ -72,7 +72,7 @@ $(document).on "click", "button[name=qb-all-ask]", -> showNotification "An error occurred, a developer should check the console for details", false complete: (jqxhr, status) -> btn.button "reset" - $("textarea[name=qb-question]").removeAttr "readonly" + $("textarea[name=qb-all-question]").removeAttr "readonly" $(document).on "keydown", "textarea[name=ib-answer]", (evt) -> iid = $(this)[0].dataset.id