Update comment in osem.js to be accurate

This commit is contained in:
CactusPuppy 2021-03-09 19:08:13 -08:00 committed by CactusPuppy
parent 13b10cc9a3
commit c1fad244ef
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -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);