This commit is contained in:
iiuazz
2014-09-13 12:54:56 +08:00
parent 20a39d5128
commit 138dfa904c
38 changed files with 30 additions and 11519 deletions

@ -792,6 +792,9 @@ editorMode.prototype.normalMode = function() {
// $("#lock").animate({right:w},1000);
this.resizeEditor();
$("#noteList").width(UserInfo.NoteListWidth);
$("#note").css("left", UserInfo.NoteListWidth);
}
editorMode.prototype.writtingMode = function() {
/*
@ -823,6 +826,9 @@ editorMode.prototype.writtingMode = function() {
// $("body").fadeIn();
this.resizeEditor();
$("#noteList").width(250);
$("#note").css("left", 0);
}
editorMode.prototype.getWritingCss = function() {