Add JavaScript to make placeholder text update along with word count
This commit is contained in:
parent
16d9dfef4c
commit
d46e1e7397
3 changed files with 25 additions and 10 deletions
|
|
@ -66,12 +66,12 @@
|
|||
|
||||
%p
|
||||
You have used
|
||||
%span#abstract-count #{@event.submission_word_count}
|
||||
%span#submission-count #{@event.submission_word_count}
|
||||
words. Submission descriptions must be between
|
||||
%span#abstract-minimum-word-count
|
||||
%span#submission-minimum-word-count
|
||||
0
|
||||
and
|
||||
%span#abstract-maximum-word-count
|
||||
%span#submission-maximum-word-count
|
||||
250
|
||||
words.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue