Browse Source

Update bibtexbrowser.php: Updated default jquery version (#127)

pull/129/head
agerisch 2 years ago
committed by GitHub
parent
commit
285fd0f858
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -76,7 +76,7 @@ if (defined('ENCODING')) {
@define('MATHJAX_URI', '//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/config/TeX-AMS_HTML.js?V=2.7.1');
// the default jquery URI
@define('JQUERY_URI', '//code.jquery.com/jquery-1.5.1.min.js');
@define('JQUERY_URI', '//code.jquery.com/jquery-3.6.4.min.js');
// can we load bibtex files on external servers?
@define('BIBTEXBROWSER_LOCAL_BIB_ONLY', true);

Loading…
Cancel
Save