Added text parser

This commit is contained in:
Pierre
2018-05-03 22:05:06 +02:00
parent 0ee542a3ac
commit 1044e3ff64
6 changed files with 38 additions and 3 deletions

View File

@ -313,6 +313,9 @@ class Dev {
//Modern textarea handler
"js/components/textarea.js",
//Comunic custom text parser
"js/components/textParser.js",
//Countdown timer
"js/components/countdown.js",