Skip to content

Commit 06a677b

Browse files
committed
Rebuild dist
1 parent a8a93e1 commit 06a677b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dist/jquery.contextMenu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* MIT License http://www.opensource.org/licenses/mit-license
1313
* GPL v3 http://opensource.org/licenses/GPL-3.0
1414
*
15-
* Date: 2015-11-16T21:46:26.061Z
15+
* Date: 2015-11-28T12:12:18.532Z
1616
*/
1717

1818
(function (factory) {
@@ -1098,7 +1098,7 @@
10981098
$t.addClass('context-menu-html ' + root.classNames.notSelectable);
10991099
} else if (item.type) {
11001100
$label = $('<label></label>').appendTo($t);
1101-
createNameNode(item).appendTo($t);
1101+
createNameNode(item).appendTo($label);
11021102

11031103
$t.addClass('context-menu-input');
11041104
opt.hasTypes = true;

0 commit comments

Comments
 (0)