diff --git a/public/index.html b/public/index.html index 23dc984..f1c7a1f 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,9 @@ Turtle validator + + @@ -15,7 +17,7 @@

Paste your turtle file in here and press validate

- +
diff --git a/public/js/app.js b/public/js/app.js index 2306187..e6d7167 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -17,3 +17,5 @@ $("#btn_validate").click( function () { } }); }); + +$(".lined").linedtextarea();