Skip to content

Commit

Permalink
Using the correct element identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanovM committed Oct 29, 2018
1 parent 6e9a0e3 commit 3c07d89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
requestEnd: function (e) {
if (e.type === "destroy") {
var grid = $("#specificationattributemappedproducts-grid").data('kendoGrid');
var grid = $("#specificationattributeoptions-grid").data('kendoGrid');
grid.dataSource.read();
}
},
Expand Down

0 comments on commit 3c07d89

Please sign in to comment.