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

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

@@ -116,6 +116,12 @@ define(function() {
var menu = {
label: Api.getMsg('plugin.export_pdf.export'),
enabled: function(noteIds) {
if (noteIds && noteIds.length == 1) {
return true;
}
return false;
},
click: (function() {
return function(note) {
if (UserInfo.IsLocal) {