File: removed-privacy-breach-in-docs.patch

package info (click to toggle)
networkx 3.4.2-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 11,672 kB
  • sloc: python: 105,308; xml: 544; makefile: 131; javascript: 120; sh: 34
file content (15 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Removed privacy breach in docs.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2024-03-15

--- networkx-3.2.1.orig/examples/external/force/force.html
+++ networkx-3.2.1/examples/external/force/force.html
@@ -2,7 +2,6 @@
 <html>
   <head>
     <title>Force-Directed Layout</title>
-    <script type="text/javascript" src="https://d3js.org/d3.v4.min.js"></script>
     <link type="text/css" rel="stylesheet" href="force/force.css" />
   </head>
   <body>