From 0f3216a0560d3a51b0a51ed845ce5e8d9818086f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederik=20M=C3=B6llers?= Date: Sun, 7 Sep 2025 23:12:16 +0200 Subject: [PATCH] Use staging URL --- bibtexbrowser.local.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibtexbrowser.local.php b/bibtexbrowser.local.php index 2c42ff4..8609634 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.zrd-saar.de/"); +bibtexbrowser_configure('BIBTEXBROWSER_URL',"https://publications-staging.zrd-saar.de/"); // URL to jQuery bibtexbrowser_configure('JQUERY_URI', '/static/jquery-3.6.4.min.js'); // URL to MathJax