Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbeaty committed Aug 16, 2022
1 parent 729efc0 commit 024a8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/mage/adminhtml/grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ varienGrid.prototype = {
setLocation(response.ajaxRedirect);
}
} else {
$(this.containerId).update(responseText);
$(this.containerId).update(responseText);
}
} catch (e) {
$(this.containerId).update(responseText);
Expand Down

0 comments on commit 024a8d5

Please sign in to comment.