From a8bad36557ea1b0970102b65611ada57a36cc980 Mon Sep 17 00:00:00 2001 From: owocki Date: Tue, 5 May 2020 07:37:12 -0600 Subject: [PATCH] default feedback input to nothing, so that its falsy --- app/assets/v2/js/pages/quests.helpers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/v2/js/pages/quests.helpers.js b/app/assets/v2/js/pages/quests.helpers.js index 5480a20de44..8e463d0a98f 100644 --- a/app/assets/v2/js/pages/quests.helpers.js +++ b/app/assets/v2/js/pages/quests.helpers.js @@ -205,7 +205,7 @@ $(document).ready(function() { $('.give_feedback').on('click', async function(e) { e.preventDefault(); - var feedback = prompt('Any comments for the quest author? (optional)', 'Feedback: '); + var feedback = prompt('Any comments for the quest author? (optional)', ''); var polarity = $(this).data('direction'); var params = {