批量公开, 取消公开为博客完成

This commit is contained in:
life
2015-10-24 12:26:41 +08:00
parent 17b2b9f2fa
commit 51174399d2
4 changed files with 94 additions and 51 deletions

View File

@@ -203,6 +203,9 @@ define(function() {
var menu = {
label: Api.getMsg('plugin.export_html.export'),
enabled: function(noteIds) {
return true;
},
click: (function() {
return function(note) {
me.exportHTML(note);