Skip to content

Commit 59d0db2

Browse files
committed
Update jquery-contextmenu to 1.11.0 and changed info item to html type
Fixes trippo#544
1 parent 7fb97a1 commit 59d0db2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"clipboard": "^1.7.1",
2727
"html5shiv": "^3.7.3",
2828
"jquery": "^3.0.0",
29-
"jquery-contextmenu": "^1.6.6",
29+
"jquery-contextmenu": "^1.11.0",
3030
"jquery-scrollstop": "^1.2.0",
3131
"jquery-touchswipe": "^1.6.18",
3232
"jquery-ui": "^1.10.5",

resources/assets/js/include.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,8 +332,8 @@ var encodeURL,show_animation,hide_animation,apply,apply_none,apply_img,apply_any
332332
// fileinfo
333333
options.items.sep = '----';
334334
options.items.info = {
335-
name: "<strong>" + jQuery('#lang_file_info').val() + "</strong>",
336-
disabled: true
335+
type: "html",
336+
html: "<strong>" + jQuery('#lang_file_info').val() + "</strong>",
337337
};
338338
options.items.name = {
339339
name: $trigger.attr('data-name'),

0 commit comments

Comments
 (0)