1.0.4 released

This commit is contained in:
life
2015-12-20 21:33:32 +08:00
parent 924fca9c39
commit 743e752d08
6 changed files with 12 additions and 4 deletions

View File

@@ -24,6 +24,6 @@ var Config = {
"name": "繁体中文"
}
],
"lang": "zh-cn",
"lang": "",
"theme": ""
};

View File

@@ -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();
}

View File

@@ -78,3 +78,6 @@ body,
bottom: 0px;
border-radius: 0px;
}
#noteAndEditor {
border-top: 1px solid #eee;
}

View File

@@ -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;
}