From 6e0e675afd2df7952c7124450bed31d6b28a3966 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Thu, 9 Oct 2014 21:55:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=9A=90=E8=97=8Fdi?= =?UTF-8?q?alog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/base.css | 1 + static/js/tree.js | 2 +- view/index.html | 10 +++++----- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/static/css/base.css b/static/css/base.css index b4ddc0f..baab675 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -4,6 +4,7 @@ body { margin: 0; color: #000; overflow: hidden; + background-color: #F0F0F0; } ul { diff --git a/static/js/tree.js b/static/js/tree.js index f9b4618..fe56f28 100644 --- a/static/js/tree.js +++ b/static/js/tree.js @@ -105,7 +105,7 @@ var tree = { callback: { onDblClick: function (event, treeId, treeNode) { if (treeNode) { - tree._openFile(treeNode); + tree.openFile(treeNode); } }, onRightClick: function (event, treeId, treeNode) { diff --git a/view/index.html b/view/index.html index c5d9699..e569034 100644 --- a/view/index.html +++ b/view/index.html @@ -172,17 +172,17 @@ -
+
{{.i18n.isDelete}} ?
-
-
+
+
-
+
-
+