[Pkg-javascript-commits] [jquery-minicolors] 44/46: Refresh patch
David Prévot
taffit at moszumanska.debian.org
Sun Oct 25 17:18:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository jquery-minicolors.
commit bf5e6d3b6cd7fb162510aef9d8c4b4a57c279c58
Author: David Prévot <david at tilapin.org>
Date: Sun Oct 25 12:40:11 2015 -0400
Refresh patch
Git-Dch: Ignore
---
.../0001-Use-local-CSS-and-JavaScript-in-examples.patch | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/patches/0001-Use-local-CSS-and-JavaScript-in-examples.patch b/debian/patches/0001-Use-local-CSS-and-JavaScript-in-examples.patch
index 76c3d35..7b1ebf3 100644
--- a/debian/patches/0001-Use-local-CSS-and-JavaScript-in-examples.patch
+++ b/debian/patches/0001-Use-local-CSS-and-JavaScript-in-examples.patch
@@ -8,19 +8,19 @@ Subject: Use local CSS and JavaScript in examples
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/index.html b/index.html
-index b7ba5b9..a159c6a 100644
+index 27e381e..369e12d 100644
--- a/index.html
+++ b/index.html
@@ -5,15 +5,15 @@
<meta charset="utf-8">
<!-- jQuery -->
-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+ <script src="js/jquery.min.js"></script>
<!-- Bootstrap 3 -->
-- <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
-- <script src="//netdna.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
+- <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
+- <script src="http://netdna.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
+ <link rel="stylesheet" href="css/bootstrap.min.css">
+ <script src="js/bootstrap.min.js"></script>
@@ -33,14 +33,14 @@ index b7ba5b9..a159c6a 100644
<style>
dl {
diff --git a/without-bootstrap.html b/without-bootstrap.html
-index 3cef51d..10ff3bb 100644
+index 0fe3f82..ee21175 100644
--- a/without-bootstrap.html
+++ b/without-bootstrap.html
@@ -5,11 +5,11 @@
<meta charset="utf-8">
<!-- jQuery -->
-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
+ <script src="js/jquery.min.js"></script>
<!-- MiniColors -->
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery-minicolors.git
More information about the Pkg-javascript-commits
mailing list