Skip to content

Commit 2b00fa0

Browse files
committed
Update inline script attribution
1 parent 3ba589d commit 2b00fa0

File tree

6 files changed

+16
-5
lines changed

6 files changed

+16
-5
lines changed

_includes/article-pagination.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,6 @@
6363
}
6464

6565
})();
66-
</script>
6766

67+
//# sourceURL=pagination-articles.inline.js
68+
</script>

_includes/head.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,20 @@
3535
{% if layout.lux %}
3636
LUX.label = '{{ layout.lux }}';
3737
{% endif %}
38-
//# sourceURL=inline:speedcurve.js
38+
//# sourceURL=speedcurve.inline.js
3939
</script>
4040

4141
<script>
4242
(function(t,e,n,r){function a(){return e&&e.now?e.now():null}if(!n.version){n._events=[];n._errors=[];n._metadata={};n._urlGroup=null;window.RM=n;n.install=function(e){n._options=e;var a=t.createElement("script");a.async=true;a.crossOrigin="anonymous";a.src=r;var o=t.getElementsByTagName("script")[0];o.parentNode.insertBefore(a,o)};n.identify=function(t,e){n._userId=t;n._identifyOptions=e};n.sendEvent=function(t,e){n._events.push({eventName:t,metadata:e,time:a()})};n.setUrlGroup=function(t){n._urlGroup=t};n.track=function(t,e){n._errors.push({error:t,metadata:e,time:a()})};n.addMetadata=function(t){n._metadata=Object.assign(n._metadata,t)}}})(document,window.performance,window.RM||{},"https://cdn.requestmetrics.com/agent/current/rm.js");
4343
RM.install({
4444
token: "j5ss3vj:q7xf9tv"
4545
});
46-
//# sourceURL=inline:request-metrics.js
46+
//# sourceURL=request-metrics.inline.js
4747
</script>
4848

4949
<script>
5050
(function(){var dbpr=100;if(Math.random()*100>100-dbpr){var d="dbbRum",w=window,o=document,a=addEventListener,scr=o.createElement("script");scr.async=!0;w[d]=w[d]||[];w[d].push(["presampling",dbpr]);["error","unhandledrejection"].forEach(function(t){a(t,function(e){w[d].push([t,e])});});scr.src="https://cdn.debugbear.com/vUKP1Yu0eg5g.js";o.head.appendChild(scr);}})()
51-
//# sourceURL=inline:debugbear.js
51+
//# sourceURL=debugbear.inline.js
5252
</script>
5353

5454
<script>performance.mark('cssStart');</script>
@@ -60,7 +60,7 @@
6060
{% include css/components.syntax.css %}
6161
{% endif %}
6262

63-
/*# sourceURL=inline:csswizardry.css */
63+
/*# sourceURL=csswizardry.inline.css */
6464

6565
</style>
6666
<script>

_includes/nav.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,6 @@
7070
});
7171

7272
}());
73+
74+
//# sourceURL=nav.inline.js
7375
</script>

_includes/pagination.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@
4646

4747

4848
})();
49+
50+
//# sourceURL=pagination-archives.inline.js
4951
</script>

_includes/sub-content.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
});
1919

2020
})();
21+
22+
//# sourceURL=cta-sidebar.inline.js
2123
</script>
2224

2325
<hr>

_layouts/default.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
});
4747

4848
const navReady = performance.mark('navReady');
49+
50+
//# sourceURL=nav-visibility.inline.js
4951
</script>
5052

5153
<noscript>
@@ -104,6 +106,8 @@
104106
})
105107

106108
}
109+
110+
//# sourceURL=sw.inline.js
107111
</script>
108112

109113
<script src=/js/speedcurve.js type=module></script>

0 commit comments

Comments
 (0)