Remove length limit from NMdS

242590176fa2a1ecac3930be12ef0c17f3c03811

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/index.html+1 -1
@@ -3308,7 +3308,7 @@
3308 </span>3308 </span>
3309 </small>3309 </small>
3310 <div>3310 <div>
3311 <input id="markdown_escape_strings" class="text_pole textarea_compact" type="text" data-i18n="[placeholder]comma delimited,no spaces between" placeholder="comma delimited,no spaces between" maxlength="100" />3311 <input id="markdown_escape_strings" class="text_pole textarea_compact" type="text" data-i18n="[placeholder]comma delimited,no spaces between" placeholder="comma delimited,no spaces between" />
3312 </div>3312 </div>
3313 </div>3313 </div>
33143314