aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/02_use_packaged_openlayers_js.patch
blob: 593efa9a9dacbb841bb2e3c57a7ca75f173acff7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Use system's OpenLayers.js to avoid privacy breach
Forwarded: not-needed
Author: Balint Reczey <balint@balintreczey.hu>

diff --git a/ipmap.html b/ipmap.html
index c1e83d0..94f4535 100644
--- a/ipmap.html
+++ b/ipmap.html
@@ -8,7 +8,7 @@
       line-height: 17px;
     }
     </style>
-    <script type="text/javascript" src="http://openlayers.org/api/OpenLayers.js"></script>
+    <script type="text/javascript" src="file:///usr/share/javascript/openlayers/OpenLayers.js"></script>
     <script type="text/javascript" src="http://openstreetmap.org/openlayers/OpenStreetMap.js"></script>
 
     <script type="text/javascript">