Skip to content

Commit

Permalink
dfeed.js: Update "Draft saved" notice location
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Mar 19, 2018
1 parent 6bfb78b commit 8956c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/static/js/dfeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ function initAutoSave() {
$('<span>')
.text(xhr.status == 200 ? 'Draft saved.' : 'Error auto-saving draft.')
.addClass('autosave-notice')
.insertAfter($('#postform input[name=action-save]'))
.insertAfter($('#postform input[name=action-send]'))
.fadeOut(autoSaveCooldown)
});
}
Expand Down

0 comments on commit 8956c67

Please sign in to comment.