Don't pull in remote resources
authorStephen Kitt <skitt@debian.org>
Tue, 21 Jul 2020 14:28:19 +0000 (15:28 +0100)
committerStephen Kitt <skitt@debian.org>
Tue, 21 Jul 2020 14:28:19 +0000 (15:28 +0100)
Forwarded: not-needed

Gbp-Pq: Name remove-remote-resources.patch

doc/style/bootstrap.css
doc/style/header.html
doc/style/libevdevdoxygen.css

index 05dc92517272dd76ad2931a532922f621ee0ec97..04d24e0052b7f38c99709f90d50d3f9e355332a0 100644 (file)
@@ -1,4 +1,3 @@
-@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
 /*!
  * bootswatch v3.3.5
  * Homepage: http://bootswatch.com
index cb1c1b1358b9b6697a2ffdb82efd7100414046ed..bdf5c775bbc54673954a70d99e9885592fb72e8a 100644 (file)
@@ -9,7 +9,7 @@
         <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
         <meta name="generator" content="Doxygen $doxygenversion"/>
 
-        <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
+        <script type="text/javascript" src="$relpath^jquery.js"></script>
 
         <!--BEGIN PROJECT_NAME--><title>$projectname: $title</title><!--END PROJECT_NAME-->
         <!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
@@ -20,7 +20,7 @@
         $mathjax
         <link href="$relpath^$stylesheet" rel="stylesheet" type="text/css" />
         $extrastylesheet
-        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
+        <script src="file:///usr/share/javascript/bootstrap/js/bootstrap.min.js"></script>
         <script type="text/javascript" src="doxy-boot.js"></script>
     </head>
     <body>
index cfceee49bb7c570e92c5465946a826b2572ce805..2fa633cbf385eb7296564a48bf157cd7b1baa1ad 100644 (file)
@@ -1,5 +1,3 @@
-@import url("https://fonts.googleapis.com/css?family=Roboto+Mono");
-
 dd {
     margin-left: 30px;
 }