From 809cbec31d7e6e5c09d007dac4bf77ab6456d0e0 Mon Sep 17 00:00:00 2001 From: josdejong Date: Tue, 26 Feb 2013 20:38:20 +0100 Subject: [PATCH] Fixed #41: there was a dragarea visible for the root node, which shouldn't be available. --- app/chrome/manifest.json | 2 +- app/web/app.js | 2 +- app/web/index.html | 4 ++-- app/web/test.html | 4 ++-- build.xml | 2 +- changelog.txt | 5 +++++ jsoneditor/js/node.js | 10 +++++----- 7 files changed, 17 insertions(+), 12 deletions(-) diff --git a/app/chrome/manifest.json b/app/chrome/manifest.json index d89876f..da11f5a 100644 --- a/app/chrome/manifest.json +++ b/app/chrome/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "JSON Editor", - "version": "2.0.1", + "version": "2.0.2", "description": "JSON Editor is a tool to view, edit, and format JSON. It shows your data in an editable treeview and in formatted plain text.", "app": { "urls": [ diff --git a/app/web/app.js b/app/web/app.js index db54650..be58255 100644 --- a/app/web/app.js +++ b/app/web/app.js @@ -26,7 +26,7 @@ * Copyright (C) 2011-2013 Jos de Jong, http://jsoneditoronline.org * * @author Jos de Jong, - * @date 2013-02-21 + * @date 2013-02-26 */ diff --git a/app/web/index.html b/app/web/index.html index 7368dea..a3065ae 100644 --- a/app/web/index.html +++ b/app/web/index.html @@ -37,7 +37,7 @@ Copyright (C) 2011-2013 Jos de Jong, http://jsoneditoronline.org @author Jos de Jong, - @date 2013-02-21 + @date 2013-02-26 --> @@ -152,7 +152,7 @@