cleaning html, other ui fixes
This commit is contained in:
parent
4992b29bd8
commit
afa4da4869
6 changed files with 28 additions and 34 deletions
|
@ -129,7 +129,6 @@ $(function(){
|
|||
|
||||
if (p.filename != $pagename.val()) {
|
||||
updateUserProfile({ filename: $pagename.val(), currentMd: "" });
|
||||
|
||||
}
|
||||
profile = p
|
||||
}
|
||||
|
@ -417,6 +416,8 @@ $(function(){
|
|||
isManual && Notifier.showMessage(Notifier.messages.docSavedLocal);
|
||||
|
||||
if (isManual) {
|
||||
updateUserProfile({ currentMd: "" });
|
||||
|
||||
var data = {
|
||||
name: $("#page-name").val(),
|
||||
message: $("#page-message").val(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue