Update comment in osem.js to be accurate

This commit is contained in:
CactusPuppy 2021-03-09 19:08:13 -08:00 committed by GitHub
parent 2e61bc2948
commit f6b026226a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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