This commit is contained in:
life
2014-05-10 17:35:20 +08:00
parent f0b4012118
commit 6eb4702cd2
3 changed files with 9 additions and 22 deletions

View File

@ -224,7 +224,7 @@ Note.curHasChanged = function(force) {
hasChanged.hasChanged = true; // 本页使用用小写
hasChanged.Title = title; // 要传到后台的用大写
if(!hasChanged.Title) {
alert(1);
// alert(1);
}
}