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;