Liubov Chuprikova pushed to branch master at Debian Med / q2templates


Commits:
160ce759 by Liubov Chuprikova at 2019-06-07T16:54:13Z
Remove version specification for jquery.min.js

- - - - -


2 changed files:

- + debian/patches/jquery_remove_version.patch
- + debian/patches/series


Changes:

=====================================
debian/patches/jquery_remove_version.patch
=====================================
@@ -0,0 +1,37 @@
+Author: Liubov Chuprikova <[email protected]>
+Last-Update: Fri, 07 Jun 2019 06:49:44 +0200
+Description: Remove version specification for jquery.min.js
+
+--- a/q2templates/templates/base.html
++++ b/q2templates/templates/base.html
+@@ -7,7 +7,7 @@
+     <title>{% block title %}{{ q2templates_default_page_title }}{% endblock 
%}</title>
+     <link rel="stylesheet" href="./q2templateassets/css/bootstrap.min.css"/>
+     <link rel="stylesheet" href="./q2templateassets/css/normalize.css"/>
+-    <script src="./q2templateassets/js/jquery-3.2.0.min.js" 
charset="utf-8"></script>
++    <script src="./q2templateassets/js/jquery.min.js" 
charset="utf-8"></script>
+     <script src="./q2templateassets/js/bootstrap.min.js" 
charset="utf-8"></script>
+     {% block head %}
+     {% endblock %}
+--- a/q2templates/templates/tab-child.html
++++ b/q2templates/templates/tab-child.html
+@@ -7,7 +7,7 @@
+     <title>{% block title %}{{ q2templates_default_page_title }}{% endblock 
%}</title>
+     <link rel="stylesheet" href="./q2templateassets/css/bootstrap.min.css"/>
+     <link rel="stylesheet" href="./q2templateassets/css/normalize.css"/>
+-    <script src="./q2templateassets/js/jquery-3.2.0.min.js" 
charset="utf-8"></script>
++    <script src="./q2templateassets/js/jquery.min.js" 
charset="utf-8"></script>
+     <script src="./q2templateassets/js/child.js"></script>
+     {% block head %}
+     {% endblock %}
+--- a/q2templates/templates/tab-parent.html
++++ b/q2templates/templates/tab-parent.html
+@@ -8,7 +8,7 @@
+     <link rel="stylesheet" href="./q2templateassets/css/bootstrap.min.css"/>
+     <link rel="stylesheet" href="./q2templateassets/css/normalize.css"/>
+     <link rel="stylesheet" href="./q2templateassets/css/tab-parent.css">
+-    <script src="./q2templateassets/js/jquery-3.2.0.min.js" 
charset="utf-8"></script>
++    <script src="./q2templateassets/js/jquery.min.js" 
charset="utf-8"></script>
+     <script src="./q2templateassets/js/parent.js"></script>
+   </head>
+   <body>


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+jquery_remove_version.patch



View it on GitLab: 
https://salsa.debian.org/med-team/q2templates/commit/160ce759c192a5af7607775d7fe3aed6ff45078c

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/q2templates/commit/160ce759c192a5af7607775d7fe3aed6ff45078c
You're receiving this email because of your account on salsa.debian.org.

_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to