From b9f9c07fbdee6e1146636e14a1a3f9919b525c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20M=C3=B6llers?= Date: Fri, 27 Mar 2026 00:37:55 +0100 Subject: [PATCH] Fix Bibtexbrowser URL Was: staging Now: production --- bibtexbrowser.local.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibtexbrowser.local.php b/bibtexbrowser.local.php index 8609634..2c42ff4 100644 --- a/bibtexbrowser.local.php +++ b/bibtexbrowser.local.php @@ -3,7 +3,7 @@ bibtexbrowser_configure('ABBRV_TYPE','key'); // use tabular layout (HTML tables) bibtexbrowser_configure('BIBTEXBROWSER_LAYOUT','table'); // URL to individual files -bibtexbrowser_configure('BIBTEXBROWSER_URL',"https://publications-staging.zrd-saar.de/"); +bibtexbrowser_configure('BIBTEXBROWSER_URL',"https://publications.zrd-saar.de/"); // URL to jQuery bibtexbrowser_configure('JQUERY_URI', '/static/jquery-3.6.4.min.js'); // URL to MathJax