Author: sebb
Date: Sat Jun 14 11:28:20 2025
New Revision: 1926410
URL: http://svn.apache.org/viewvc?rev=1926410&view=rev
Log:
Use local copy of fontawesome
Modified:
comdev/reporter.apache.org/trunk/site/wizard/index.html
comdev/reporter.apache.org/trunk/site/wizard/statistics.html
Modified: comdev/reporter.apache.org/trunk/site/wizard/index.html
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/index.html?rev=1926410&r1=1926409&r2=1926410&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/index.html (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/index.html Sat Jun 14 11:28:20
2025
@@ -16,6 +16,8 @@
<link rel="stylesheet" href="css/wizard.css?unified-1.3"/>
<link rel="stylesheet" href="highlighter/highlighter.css?unified-1.3"/>
<link rel="stylesheet" href="css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous">
+<link rel="stylesheet" href="css/fontawesome-all.min.css" />
+
</head>
<body onload="init_wizard(false);">
<div id="outer_wrapper">
@@ -60,7 +62,6 @@
-<script src="https://kit.fontawesome.com/a250232153.js"></script>
<script src="js/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="js/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
Modified: comdev/reporter.apache.org/trunk/site/wizard/statistics.html
URL:
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/statistics.html?rev=1926410&r1=1926409&r2=1926410&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/statistics.html (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/statistics.html Sat Jun 14
11:28:20 2025
@@ -17,6 +17,7 @@
<link rel="stylesheet" href="css/c3.css?unified-1.0"/>
<link rel="stylesheet" href="highlighter/highlighter.css?unified-1.0"/>
<link rel="stylesheet" href="css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous">
+<link rel="stylesheet" href="css/fontawesome-all.min.css" />
</head>
<body onload="init_wizard(true);">
<div id="wizard_spinner" style="margin-top: 80px; height: 300px !important;">
@@ -59,7 +60,6 @@
-<script src="https://kit.fontawesome.com/a250232153.js"></script>
<script src="js/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="js/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>