Package: toppic / 1.3.0+dfsg1-4

0001-Fix-download-of-JavaScript-related-problems.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
From: Filippo Rusconi <lopippo@debian.org>
Date: Thu, 21 May 2020 22:15:10 +0200
Subject: Fix download of JavaScript-related problems.

---
 toppic_resources/topview/index.html            | 2 +-
 toppic_resources/topview/inspect/help.html     | 8 ++++----
 toppic_resources/topview/inspect/spectrum.html | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/toppic_resources/topview/index.html b/toppic_resources/topview/index.html
index 4f101c1..382df56 100644
--- a/toppic_resources/topview/index.html
+++ b/toppic_resources/topview/index.html
@@ -5,7 +5,7 @@
 <link rel="stylesheet" href="css/lib/nav_bar.css" />
 
 <link rel="stylesheet" type="text/css" href="css/lib/bootstrap.min.css">
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
+<link rel="stylesheet" href="file:///usr/share/fonts-font-awesome/css/font-awesome.min.css">
 <link rel="stylesheet" type="text/css" href="css/lib/jquery.dataTables.css"/>
 <link rel="stylesheet" href="css/index.css" />
 <script src="js/lib/popper.min.js"></script>
diff --git a/toppic_resources/topview/inspect/help.html b/toppic_resources/topview/inspect/help.html
index 8d7ea29..fa092b9 100644
--- a/toppic_resources/topview/inspect/help.html
+++ b/toppic_resources/topview/inspect/help.html
@@ -4,9 +4,9 @@
 <title>Help</title>
 <script type="text/javascript" src="resources/js_lib/popper.min.js"></script>
 <script type="text/javascript" src="resources/js_lib/jQuery_3_4.js"></script>
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
-<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/dt-1.10.18/datatables.min.css"/>
-<script type="text/javascript" src="https://cdn.datatables.net/v/dt/dt-1.10.18/datatables.min.js"></script>
+<link rel="stylesheet" href="file:///usr/share/fonts-font-awesome/css/font-awesome.min.css">
+<link rel="stylesheet" type="text/css" href="file:///usr/share/toppic/local-source-copies/datatables.min.css"/>
+<script type="text/javascript" src="file:///usr/share/toppic/local-source-copies/datatables.min.js"></script>
 <link rel="stylesheet" type="text/css" href="resources/css_lib/bootstrap.min.css">
 <script src="resources/js_lib/Bootstrap/bootstrap.min.js" ></script>
 <style>
@@ -59,4 +59,4 @@
   </div>
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>
diff --git a/toppic_resources/topview/inspect/spectrum.html b/toppic_resources/topview/inspect/spectrum.html
index 5724795..ab824e4 100644
--- a/toppic_resources/topview/inspect/spectrum.html
+++ b/toppic_resources/topview/inspect/spectrum.html
@@ -2,7 +2,7 @@
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>spectrum</title>
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
+<link rel="stylesheet" href="file:///usr/share/fonts-font-awesome/css/font-awesome.min.css">
 <link rel="stylesheet" type="text/css" href="../css/lib/jquery.dataTables.css"/>
 <link rel="stylesheet" type="text/css" href="../css/lib/bootstrap.min.css">
 <link rel="stylesheet" type="text/css" href="../css/lib/nav_bar.css">