We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bc2b5 commit 11e920fCopy full SHA for 11e920f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@webrecorder/wombat",
3
- "version": "3.7.1",
+ "version": "3.7.2",
4
"main": "index.js",
5
"license": "AGPL-3.0-or-later",
6
"author": "Ilya Kreymer, Webrecorder Software",
src/wombat.js
@@ -3050,6 +3050,8 @@ Wombat.prototype.overrideHistoryFunc = function(funcName) {
3050
// in case functions rebound to different history obj!
3051
var historyWin = this.___wb_ownWindow || wombat.$wbwindow;
3052
3053
+ url = wombat.extractOriginalURL(url);
3054
+
3055
var wombatLocation = historyWin.WB_wombat_location;
3056
var rewritten_url;
3057
var resolvedURL;
0 commit comments