From 78696291add99c175cb01f2c1c503b34ecd97f55 Mon Sep 17 00:00:00 2001 From: Chris Dary Date: Thu, 31 Oct 2013 15:41:10 -0400 Subject: [PATCH 1/2] Update README to include canonical link --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index e69de29b..af870bda 100644 --- a/README +++ b/README @@ -0,0 +1,3 @@ +Note: The canonical source for jsonlintdotcom is now https://www.github.com/arc90/jsonlintdotcom + +This is the source code for http://jsonlint.com From 6d71170ae90c9a6c6f08383adab12d059a824827 Mon Sep 17 00:00:00 2001 From: Thodoris Bais Date: Mon, 20 Jul 2015 11:07:40 +0300 Subject: [PATCH 2/2] Provided functionality for the existing "Reset" button. --- c/css/screen.css | 2 +- index.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/c/css/screen.css b/c/css/screen.css index d1fcfff1..90ca4a95 100644 --- a/c/css/screen.css +++ b/c/css/screen.css @@ -90,7 +90,7 @@ input.text, input.title { margin-bottom: 1em; } -#reformat, #validate, #compress { +#reformat, #validate, #compress, #reset { font-size: 1.65em; color: #333; padding-left: .5em; diff --git a/index.html b/index.html index d0f3b930..da0cca3f 100644 --- a/index.html +++ b/index.html @@ -57,7 +57,9 @@

- FAQ + +
+ FAQ
JSON Lint is an idea from Arc90's Kindling