批量操作时, 不能prenstation

This commit is contained in:
life
2015-10-24 19:19:14 +08:00
parent 29eaea0f7e
commit 0b071b7a44

View File

@@ -1512,6 +1512,11 @@ var Pren = {
},
togglePren: function(isToggleView) {
var me = this;
alert(getMsg('Please select a note firstly.'));
// 批量操作时, 不能prenstation
if (Note.inBatch) {
return;
}
if(!isToggleView) {
try {
gui.win.setKiosk(!me._isPren);