We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56bd0e commit edb7da7Copy full SHA for edb7da7
Griddly/Scripts/griddly.js
@@ -912,7 +912,8 @@
912
}).done($.proxy(function (data, status, xhr) {
913
// TODO: handle errors
914
// TODO: go back to first page?
915
- this.refresh();
+ var griddly = this.$element.closest("[data-role=griddly]");
916
+ griddly.griddly("refresh");
917
918
$(this.$element).triggerHandler("afterExecute", [data, status, xhr]);
919
}, this));
@@ -960,7 +961,8 @@
960
961
962
963
964
965
966
967
968
0 commit comments