diff --git a/data/version b/data/version
index e5739dc8..25594d6c 100644
--- a/data/version
+++ b/data/version
@@ -1 +1 @@
-{"version":"1.0.3","updatedTime":"2015-12-10T07:21:51.505Z"}
\ No newline at end of file
+{"version":"1.0.4","updatedTime":"2015-12-20T07:21:51.505Z"}
\ No newline at end of file
diff --git a/note.html b/note.html
index 78747d7f..50512b35 100755
--- a/note.html
+++ b/note.html
@@ -666,7 +666,7 @@ window.debug = false;
-
+
diff --git a/public/config.js b/public/config.js
index 44571e1d..581076ab 100644
--- a/public/config.js
+++ b/public/config.js
@@ -24,6 +24,6 @@ var Config = {
"name": "繁体中文"
}
],
- "lang": "zh-cn",
+ "lang": "",
"theme": ""
};
\ No newline at end of file
diff --git a/public/plugins/export_leanote/plugin.js b/public/plugins/export_leanote/plugin.js
index 9cd6a65e..81549a7c 100644
--- a/public/plugins/export_leanote/plugin.js
+++ b/public/plugins/export_leanote/plugin.js
@@ -117,7 +117,7 @@ define(function() {
getLeanoteTime: function(t) {
// 20151026T033928Z
// 2015 10 26 T 03 39 28 Z
- console.log(t);
+ // console.log(t);
if (!t) {
t = new Date();
}
diff --git a/public/themes/windows.css b/public/themes/windows.css
index 4c715026..7450d981 100644
--- a/public/themes/windows.css
+++ b/public/themes/windows.css
@@ -78,3 +78,6 @@ body,
bottom: 0px;
border-radius: 0px;
}
+#noteAndEditor {
+ border-top: 1px solid #eee;
+}
diff --git a/public/themes/windows.less b/public/themes/windows.less
index 45ea73a9..6d8cdd18 100644
--- a/public/themes/windows.less
+++ b/public/themes/windows.less
@@ -94,4 +94,9 @@ html, body, #page, #pageInner, #noteList, #notebook, #leftNotebook {
left: 0px;
bottom: 0px;
border-radius: 0px;
+}
+
+// for win10
+#noteAndEditor {
+ border-top: 1px solid #eee;
}
\ No newline at end of file