Loading debian/changelog +1 −0 Original line number Diff line number Diff line q2templates (2019.7.0+dfsg-1) UNRELEASED; urgency=medium * New upstream version * Update and refresh patches -- Liubov Chuprikova <chuprikovalv@gmail.com> Thu, 05 Sep 2019 15:03:37 +0200 Loading debian/patches/jquery_remove_version.patch +3 −3 Original line number Diff line number Diff line Author: Liubov Chuprikova <chuprikovalv@gmail.com> Last-Update: Fri, 07 Jun 2019 06:49:44 +0200 Last-Update: Thu, 05 Sep 2019 15:29:48 +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> @@ -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/base-template.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> Loading Loading
debian/changelog +1 −0 Original line number Diff line number Diff line q2templates (2019.7.0+dfsg-1) UNRELEASED; urgency=medium * New upstream version * Update and refresh patches -- Liubov Chuprikova <chuprikovalv@gmail.com> Thu, 05 Sep 2019 15:03:37 +0200 Loading
debian/patches/jquery_remove_version.patch +3 −3 Original line number Diff line number Diff line Author: Liubov Chuprikova <chuprikovalv@gmail.com> Last-Update: Fri, 07 Jun 2019 06:49:44 +0200 Last-Update: Thu, 05 Sep 2019 15:29:48 +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> @@ -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/base-template.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> Loading