Skip to content

Commit

Permalink
Add IE11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmcc committed Jun 28, 2020
1 parent e150e6b commit 40d07fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shynet/analytics/templates/analytics/scripts/page.js
Expand Up @@ -30,7 +30,7 @@ var Shynet = {
window.performance.timing.navigationStart,
})
);
} catch { }
} catch (e) { }
},
newPageLoad: function () {
if (Shynet.heartbeatTaskId != null) {
Expand Down

0 comments on commit 40d07fe

Please sign in to comment.