Skip to content

Commit 2518ee4

Browse files
author
p01
committed
remove contextual menu to 'show resource'
1 parent 5781543 commit 2518ee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui-scripts/contextmenu.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function ContextMenu() {
168168
all_items = all_items.concat(items);
169169
}
170170
}
171-
171+
/*
172172
var res_id_or_url = event.target.get_attr("parent-node-chain", "data-resource-id") ||
173173
event.target.get_attr("parent-node-chain", "data-resource-url");
174174
var line_number = event.target.get_attr('parent-node-chain', 'data-resource-line-number');
@@ -211,7 +211,7 @@ function ContextMenu() {
211211
}
212212
)
213213
}
214-
214+
*/
215215
this._current_items = all_items;
216216

217217
if (all_items.length)

0 commit comments

Comments
 (0)