File: privacy-breach-uses-embedded-file.patch

package info (click to toggle)
openlayers 2.13.1%2Bds2-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 67,180 kB
  • ctags: 11,977
  • sloc: xml: 7,435; python: 891; sh: 44; makefile: 23
file content (15 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Use packaged Bootstrap.
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: not-needed

--- a/examples/bootstrap.html
+++ b/examples/bootstrap.html
@@ -3,7 +3,7 @@
 <head>
     <title>Bootstraped OpenLayers</title>
     <link rel="stylesheet" href="openlayers/theme/default/style.css">
-    <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap.min.css" rel="stylesheet">
+    <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
     <style>
         body {
             padding-top: 60px;