Skip to content

Commit 99b96bc

Browse files
committed
Merge remote-tracking branch 'temp2/patch-2'
2 parents 897c7dc + dce06a7 commit 99b96bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core_js/historyListener.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function historyCleaner(details) {
4444
if(urlBefore !== urlAfter) {
4545
browser.tabs.executeScript(details.tabId, {
4646
frameId: details.frameId,
47-
code: 'history.replaceState({state: null},"",'+JSON.stringify(urlAfter)+');'
47+
code: 'history.replaceState(null,"",'+JSON.stringify(urlAfter)+');'
4848
}).then(() => {}, onError);
4949
}
5050
}

0 commit comments

Comments
 (0)