Browse Source

Merge pull request #57 from lpirl/pr_fixes_for_ssl

pull/58/head
Martin Monperrus 10 years ago
parent
commit
a0a0cb56f4
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -2475,7 +2475,7 @@ if (!function_exists('poweredby')) {
function javascript() { function javascript() {
// we use jquery with the official content delivery URLs // we use jquery with the official content delivery URLs
// Microsoft and Google also provide jquery with their content delivery networks // Microsoft and Google also provide jquery with their content delivery networks
?><script type="text/javascript" src="http://code.jquery.com/jquery-1.5.1.min.js"></script>
?><script type="text/javascript" src="//code.jquery.com/jquery-1.5.1.min.js"></script>
<script type="text/javascript" ><!-- <script type="text/javascript" ><!--
// Javascript progressive enhancement for bibtexbrowser // Javascript progressive enhancement for bibtexbrowser
$('a.biburl').each(function() { // for each url "[bibtex]" $('a.biburl').each(function() { // for each url "[bibtex]"

Loading…
Cancel
Save