Skip to content

Commit 53e11ae

Browse files
authored
Build: Restore SRI link for qunit
Follows-up 6b39592 which mistakenly changed qunit from `sriLink` to `cdnLink` instead of `cdnSriLink`. This meant the SRI attributes were missing and had the unfortunate side-effect of causing downstream MediaWiki to stop updating.
1 parent 4a85963 commit 53e11ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/qunit-release.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<li>
22
QUnit {{version}} -
3-
{{cdnLink filename "uncompressed"}},
4-
{{cdnLink theme "theme"}}
3+
{{cdnSriLink filename "uncompressed"}},
4+
{{cdnSriLink theme "theme"}}
55
</li>

0 commit comments

Comments
 (0)