Skip to content

Commit

Permalink
Update changelog and regenerate dist
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrala committed Apr 3, 2017
1 parent e00eecc commit 195b0c7
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

* ContextMenu appears with wrong position ([Issue #502](https://github.com/swisnl/jQuery-contextMenu/issues/502) thanks @apptaro
* Check if given selected value is a 0, if it is a zero so return it as is. Thanks @Falseee
* Events are never trigger when opening a contextMenu right after the other ([Issue #454](https://github.com/swisnl/jQuery-contextMenu/issues/454) thanks @kagant15

### 2.4.4

Expand Down
Binary file modified dist/font/context-menu-icons.eot
Binary file not shown.
Binary file modified dist/font/context-menu-icons.ttf
Binary file not shown.
Binary file modified dist/font/context-menu-icons.woff
Binary file not shown.
Binary file modified dist/font/context-menu-icons.woff2
Binary file not shown.
6 changes: 3 additions & 3 deletions dist/jquery.contextMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Licensed under
* MIT License http://www.opensource.org/licenses/mit-license
*
* Date: 2017-04-03T15:10:39.288Z
* Date: 2017-04-03T15:28:34.264Z
*/
@-webkit-keyframes cm-spin {
0% {
Expand Down Expand Up @@ -54,8 +54,8 @@
font-style: normal;
font-weight: normal;

src: url("font/context-menu-icons.eot?3a3vu");
src: url("font/context-menu-icons.eot?3a3vu#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?3a3vu") format("woff2"), url("font/context-menu-icons.woff?3a3vu") format("woff"), url("font/context-menu-icons.ttf?3a3vu") format("truetype");
src: url("font/context-menu-icons.eot?596za");
src: url("font/context-menu-icons.eot?596za#iefix") format("embedded-opentype"), url("font/context-menu-icons.woff2?596za") format("woff2"), url("font/context-menu-icons.woff?596za") format("woff"), url("font/context-menu-icons.ttf?596za") format("truetype");
}

.context-menu-icon-add:before {
Expand Down
7 changes: 3 additions & 4 deletions dist/jquery.contextMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Licensed under
* MIT License http://www.opensource.org/licenses/mit-license
*
* Date: 2017-04-03T15:10:38.606Z
* Date: 2017-04-03T15:28:34.533Z
*/

// jscs:disable
Expand Down Expand Up @@ -448,7 +448,6 @@
offset;

e.preventDefault();
e.stopImmediatePropagation();

setTimeout(function () {
var $window;
Expand All @@ -469,13 +468,13 @@
sel.removeAllRanges();
sel.addRange(range);
}

$(target).trigger(e);
root.$layer.show();
}

if (root.reposition && triggerAction) {
if (document.elementFromPoint) {
if (root.$trigger.is(target) || root.$trigger.has(target).length) {
if (root.$trigger.is(target)) {
root.position.call(root.$trigger, root, x, y);
return;
}
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.contextMenu.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 195b0c7

Please # to comment.