Skip to content

Commit

Permalink
Revert "delay call to get_details"
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Costello authored Nov 9, 2023
1 parent 79eda90 commit d88937f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,8 @@ hqDefine("cloudcare/js/formplayer/menus/views", function () {
}

$.when(FormplayerFrontend.getChannel().request("icon:click", currentUrlToObject)).done(function () {
setTimeout(() => {
self.reloadCase(self.model.get('id'));
resetIcon();
}, 500);
self.reloadCase(self.model.get('id'));
resetIcon();
}).fail(function () {
resetIcon();
});
Expand Down

0 comments on commit d88937f

Please sign in to comment.