/util/hg_templates: 8d7a7f04ec05: Use https URL for jquery

datallah at rock.pidgin.im datallah at rock.pidgin.im
Mon Jun 22 23:49:29 EDT 2015


Changeset: 8d7a7f04ec05b316959a811b430ae5f165d994c1
Author:	 datallah
Date:	 2015-06-22 23:48 -0400
Branch:	 default
URL: https://hg.pidgin.im/util/hg_templates/rev/8d7a7f04ec05

Description:

Use https URL for jquery

diffstat:

 gitweb/pushlog.tmpl |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/gitweb/pushlog.tmpl b/gitweb/pushlog.tmpl
--- a/gitweb/pushlog.tmpl
+++ b/gitweb/pushlog.tmpl
@@ -7,7 +7,7 @@
   font-size: x-small;
 }
 </style>
-<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
+<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
 <script type="text/javascript">// <![CDATA
 $(document).ready(function () \{
   // add click handler to the localize dates link



More information about the Commits mailing list