From e21e440bea9c99f689ffb84d08a67ec55b4a96c1 Mon Sep 17 00:00:00 2001 From: Felix Lohmeier Date: Wed, 29 Apr 2020 15:22:06 +0200 Subject: [PATCH] removed lined-textarea --- index.html | 4 +--- js/app.js | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) 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();