From d018b7d801293dd865c3424ec9f3ab1cd3d28287 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 20 Oct 2014 16:59:38 +0800 Subject: [PATCH] #15 --- conf/wide.json | 5 +---- static/js/editors.js | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/conf/wide.json b/conf/wide.json index 7f41e87..92a8d19 100644 --- a/conf/wide.json +++ b/conf/wide.json @@ -21,10 +21,7 @@ "D:\\GoGoGo\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\hello", "D:\\GoGoGo\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\time" ], - "Files": [ - "D:\\GoGoGo\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\hello\\main.go", - "D:\\GoGoGo\\src\\github.com\\b3log\\wide\\data\\user_workspaces\\admin\\src\\mytest\\time\\main.go" - ], + "Files": [], "CurrentFile": "" } } diff --git a/static/js/editors.js b/static/js/editors.js index 490d2ce..477cde5 100644 --- a/static/js/editors.js +++ b/static/js/editors.js @@ -110,7 +110,7 @@ var editors = { for (var i = 0; i < length; i++) { var article = articles[i]; var articleLiHtml = "
  • " - + "" + + "" + article.articleTitle + "  " + article.articleCreateTime; +"
  • " listHTML += articleLiHtml;