Commit 282a0c5b authored by Vipul Basapati's avatar Vipul Basapati

Fixed Menu issue

parent bea51762
...@@ -491,7 +491,7 @@ var Backend = {}; // common variable used in all the files of the backend ...@@ -491,7 +491,7 @@ var Backend = {}; // common variable used in all the files of the backend
this.selectors.menuItemContainer.nestable({ this.selectors.menuItemContainer.nestable({
callback: function (l, e) { callback: function (l, e) {
this.selectors.menuItemsData.val(JSON.stringify($(l).nestable('serialise'))); context.selectors.menuItemsData.val(JSON.stringify($(l).nestable('serialise')));
}, },
json: this.selectors.menuItemsData.val(), json: this.selectors.menuItemsData.val(),
includeContent: true, includeContent: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment