Skip to content

Commit

Permalink
fixed pushing my own account URL into history instead of generic one
Browse files Browse the repository at this point in the history
  • Loading branch information
ge-ku committed Jul 25, 2018
1 parent 14e1026 commit 1472a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion display.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ window.onpopstate = (event) => {
banCheckerButton.addEventListener('click', (e) => {
document.querySelector('.friends_nav .active').classList.remove('active');
document.querySelector('.friends_nav .banchecker').classList.add('active');
history.pushState({banchecker: true}, 'Ban Checker', '/id/geku/friends/banchecker');
history.pushState({banchecker: true}, 'Ban Checker', '/my/friends/banchecker');
e.preventDefault();
renderBanCheker();
});
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Ban Checker for Steam",
"description": "Automatically check bans of people you recently played with, your friends, and group members.",
"version": "1.2.2",
"version": "1.2.2.1",
"icons": { "16": "icons/ow16.png",
"48": "icons/ow48.png",
"128": "icons/ow128.png" },
Expand Down

0 comments on commit 1472a44

Please sign in to comment.