mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 10:14:13 +00:00
feature(menu) v0.6.3
This commit is contained in:
parent
13681b279b
commit
f9a9059dc5
2 changed files with 3 additions and 2 deletions
|
|
@ -144,7 +144,7 @@ var MenuIO, Util;
|
|||
|
||||
function onClick(event, checkResult) {
|
||||
var itemData, notClick,
|
||||
|
||||
afterClick = Options.afterClick,
|
||||
beforeClick = Options.beforeClick,
|
||||
name = Options.name,
|
||||
|
||||
|
|
@ -164,6 +164,7 @@ var MenuIO, Util;
|
|||
if (!notClick && (is.name || is.item)) {
|
||||
itemData = getMenuItemData(element);
|
||||
Util.exec(itemData);
|
||||
Util.exec(afterClick);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "menu",
|
||||
"version": "0.6.2",
|
||||
"version": "0.6.3",
|
||||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
||||
"description": "Simple css-based multillevel context menu",
|
||||
"homepage": "http://coderaiser.github.io/menu",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue