Loading debian/patches/jquery_remove_version.patch 0 → 100644 +37 −0 Original line number Diff line number Diff line Author: Liubov Chuprikova <chuprikovalv@gmail.com> 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 → 100644 +1 −0 Original line number Diff line number Diff line jquery_remove_version.patch Loading
debian/patches/jquery_remove_version.patch 0 → 100644 +37 −0 Original line number Diff line number Diff line Author: Liubov Chuprikova <chuprikovalv@gmail.com> 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 → 100644 +1 −0 Original line number Diff line number Diff line jquery_remove_version.patch