Fix bug with tables context menu

This commit is contained in:
Dan Sosedoff 2016-01-22 13:36:06 -06:00
parent 3d1fd4a7aa
commit a9bafda41c
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -690,7 +690,7 @@ function bindContextMenus() {
$(".schema-group ul").each(function(id, el) { $(".schema-group ul").each(function(id, el) {
$(el).contextmenu({ $(el).contextmenu({
target: "#tables_context_menu", target: "#tables_context_menu",
scopes: "li.schema-tables", scopes: "li.schema-table",
onItem: function(context, e) { onItem: function(context, e) {
var el = $(e.target); var el = $(e.target);
var table = $(context[0]).data("id"); var table = $(context[0]).data("id");