Skip to content

Commit

Permalink
Update sample-3rd-jQuery-contextMenu.html
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Dec 26, 2019
1 parent fb3dcff commit ffce20c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# 2.34.0-0 / Unreleased
* TODO: tree.hasFocus() more reliable.
* [DEPRECATED] jQuery UI widget methods:
Use `tree.METHOD()` instead of `$().fancytree("METHOD")`.
* [Added] `tree.debugTime()`, `tree.debugTimeEnd()` for debugging.
Expand Down
6 changes: 4 additions & 2 deletions demo/sample-3rd-jQuery-contextMenu.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

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

0 comments on commit ffce20c

Please sign in to comment.