Browse Source
Update bibtexbrowser.php: Updated default jquery version (#127)
pull/129/head
agerisch
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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); |
|
|
|