This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
(function(){ | |
if (window.BOOMR && window.BOOMR.version) { return; } | |
var win = window; | |
function boomerangSaveLoadTime(e) { | |
win.BOOMR_onload=(e && e.timeStamp) || new Date().getTime(); | |
} | |
function boomerangLoad() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/plugins/auto-xhr.js b/plugins/auto-xhr.js | |
index 78a9defa..d495cb21 100644 | |
--- a/plugins/auto-xhr.js | |
+++ b/plugins/auto-xhr.js | |
@@ -1028,16 +1028,23 @@ | |
if (node.nodeName.toUpperCase().match(/^(IMG|SCRIPT|IFRAME|IMAGE)$/) || | |
(node.nodeName === "LINK" && node.rel && node.rel.match(/\<stylesheet\>/i))) { | |
- // if the attribute change affected the src/currentSrc attributes we want to know that | |
- // as that means we need to fetch a new Resource from the server |