File: Use-local-Chart.js.patch

package info (click to toggle)
gftools 0.9.85%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,204 kB
  • sloc: python: 15,301; makefile: 6; sh: 5
file content (15 lines) | stat: -rw-r--r-- 484 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
From: Bastian Germann <bage@debian.org>
Date: Fri, 18 Jul 2025 18:42:53 +0200
Subject: push-templates: Use local Chart.js
Forwarded: not-needed
---
--- a/Lib/gftools/push-templates/index.html
+++ b/Lib/gftools/push-templates/index.html
@@ -1,6 +1,6 @@
 <html>
     <head>
-    <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.4/Chart.min.js"></script>
+    <script src="Chart.min.js"></script>
         <style>
             html{font-family:sans-serif;}
         h2 {