From f6b026226aa798f0d2ff87c2cc41dc981e2a5f7d Mon Sep 17 00:00:00 2001 From: CactusPuppy Date: Tue, 9 Mar 2021 19:08:13 -0800 Subject: [PATCH] Update comment in osem.js to be accurate --- app/assets/javascripts/osem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/osem.js b/app/assets/javascripts/osem.js index 9d5054f8..636ed959 100644 --- a/app/assets/javascripts/osem.js +++ b/app/assets/javascripts/osem.js @@ -164,7 +164,7 @@ $( document ).ready(function() { var max = $selected.data("max-words"); var min = $selected.data("min-words"); - // Set the placeholder text for the abstract + // Set the filler text for the submission text fill_if_empty('event_submission_text', $selected.data("help")); $("#abstract-maximum-word-count").text(max);