Browse Source

fixed loading of jQuery when site loaded using SSL

pull/57/head
Lukas Pirl 10 years ago
parent
commit
3d37026e24
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -2474,7 +2474,7 @@ function 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