Update comment in osem.js to be accurate
This commit is contained in:
parent
2e61bc2948
commit
f6b026226a
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ $( document ).ready(function() {
|
||||||
var max = $selected.data("max-words");
|
var max = $selected.data("max-words");
|
||||||
var min = $selected.data("min-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"));
|
fill_if_empty('event_submission_text', $selected.data("help"));
|
||||||
|
|
||||||
$("#abstract-maximum-word-count").text(max);
|
$("#abstract-maximum-word-count").text(max);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue