Skip to content

Commit 1c06fb3

Browse files
committed
Merge branch 'master' of https://github.com/swisnl/jQuery-contextMenu into OliverColeman-hideOnSecondTrigger
2 parents 472ff65 + b789617 commit 1c06fb3

13 files changed

+45
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
#### Added
66

77
* Ability to define touchstart as trigger (thanks @npuser)
8+
* Extra event `activated` that triggers after the menu is activated (thanks @AliShahrivarian)
9+
* Fix for out of bounds problem on window edges (thanks @AliShahrivarian)
10+
811

912
### 2.5.0
1013

dist/font/context-menu-icons.eot

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.ttf

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.woff

0 Bytes
Binary file not shown.

dist/font/context-menu-icons.woff2

-12 Bytes
Binary file not shown.

dist/jquery.contextMenu.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Licensed under
1313
* MIT License http://www.opensource.org/licenses/mit-license
1414
*
15-
* Date: 2017-05-25T11:30:28.663Z
15+
* Date: 2017-08-30T12:16:04.938Z
1616
*/
1717
@-webkit-keyframes cm-spin {
1818
0% {
@@ -54,8 +54,8 @@
5454
font-style: normal;
5555
font-weight: normal;
5656

57-
src: url("font/context-menu-icons.eot?4yg1f");
58-
src: url("font/context-menu-icons.eot?4yg1f#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?4yg1f") format("woff2"), url("font/context-menu-icons.woff?4yg1f") format("woff"), url("font/context-menu-icons.ttf?4yg1f") format("truetype");
57+
src: url("font/context-menu-icons.eot?1915n");
58+
src: url("font/context-menu-icons.eot?1915n#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?1915n") format("woff2"), url("font/context-menu-icons.woff?1915n") format("woff"), url("font/context-menu-icons.ttf?1915n") format("truetype");
5959
}
6060

6161
.context-menu-icon-add:before {

dist/jquery.contextMenu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Licensed under
1212
* MIT License http://www.opensource.org/licenses/mit-license
1313
*
14-
* Date: 2017-07-16T11:17:51.231Z
14+
* Date: 2017-08-30T12:16:04.336Z
1515
*/
1616

1717
// jscs:disable
@@ -1776,7 +1776,7 @@
17761776
break;
17771777

17781778
case 'html5':
1779-
// if <command> or <menuitem> are not handled by the browser,
1779+
// if <command> and <menuitem> are not handled by the browser,
17801780
// or options was a bool true,
17811781
// initialize $.contextMenu for them
17821782
if ((!$.support.htmlCommand && !$.support.htmlMenuitem) || (typeof options === 'boolean' && options)) {

dist/jquery.contextMenu.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)