diff --git a/index.html b/index.html index 402cafc..d8f6ae3 100644 --- a/index.html +++ b/index.html @@ -3,9 +3,7 @@ Turtle validator - - @@ -17,7 +15,7 @@

Paste your turtle file in here and press validate

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