Guest User

Untitled

a guest
Dec 17th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. aftersavefunc: function() {
  2. var $self = $(this);
  3. setTimeout(function () {
  4. $self.trigger("reloadGrid", [{current: true}]);
  5. }, 0);
  6. }
Add Comment
Please, Sign In to add comment