Skip to content

Commit ffce20c

Browse files
committed
Update sample-3rd-jQuery-contextMenu.html
1 parent fb3dcff commit ffce20c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# 2.34.0-0 / Unreleased
2-
* TODO: tree.hasFocus() more reliable.
32
* [DEPRECATED] jQuery UI widget methods:
43
Use `tree.METHOD()` instead of `$().fancytree("METHOD")`.
54
* [Added] `tree.debugTime()`, `tree.debugTimeEnd()` for debugging.

demo/sample-3rd-jQuery-contextMenu.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
<!-- jquery-contextmenu (https://github.com/swisnl/jQuery-contextMenu) -->
1515
<link rel="stylesheet"
16-
href="//cdn.jsdelivr.net/npm/jquery-contextmenu@2.6.4/dist/jquery.contextMenu.min.css" />
17-
<script src="//cdn.jsdelivr.net/npm/jquery-contextmenu@2.6.4/dist/jquery.contextMenu.min.js">
16+
href="//cdn.jsdelivr.net/npm/jquery-contextmenu@2.9.0/dist/jquery.contextMenu.min.css" />
17+
<script src="//cdn.jsdelivr.net/npm/jquery-contextmenu@2.9.0/dist/jquery.contextMenu.min.js">
1818
</script>
1919
<!-- Start_Exclude: This block is not part of the sample code -->
2020
<link href="../lib/prettify.css" rel="stylesheet">
@@ -30,6 +30,8 @@
3030
$(function() {
3131
$("#tree").fancytree({
3232
extensions: [],
33+
// checkbox: true,
34+
// selectMode: 2,
3335
source: {
3436
url: "ajax-tree-plain.json"
3537
},

0 commit comments

Comments
 (0)