fix clicking the entire article for delete

This commit is contained in:
2015-08-21 09:52:02 +08:00
parent a6618dc9ff
commit 33808fd46d
2 changed files with 5 additions and 3 deletions
@@ -227,7 +227,7 @@
contextMenu.getItemByKey("Settings").stage.className = "nt_icon_settings";
};
postData( processor, { action: "get" }, createContextMenu );
postData( processor, { "action": "get" }, createContextMenu );
};
Bootstrap.regInit( init );