Show minimum word count
This commit is contained in:
parent
55039e4b31
commit
9b1704fad6
2 changed files with 7 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ module ProposalHelper
|
|||
conference.event_types.map do |t|
|
||||
str += "if ($('select option:selected').text() == '#{t.title}') {\n"
|
||||
str += "str = '#{t.maximum_abstract_length}';\n"
|
||||
str += "min_str = '#{t.minimum_abstract_length}';\n"
|
||||
str += "maxcount = #{t.maximum_abstract_length};\n"
|
||||
str += "}\n\n"
|
||||
end.join("\n")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue