From 96321fe50c641898feb2b21af67d35164508ae66 Mon Sep 17 00:00:00 2001 From: Dorian Merz <merz@ub.uni-leipzig.de> Date: Fri, 28 Aug 2020 11:46:50 +0200 Subject: [PATCH] refs #18191 [master] fixup finc the config * remove openurl.js from config * this resolves the ajax tab loading error --- themes/finc/theme.config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/finc/theme.config.php b/themes/finc/theme.config.php index 5674711edbf..4b4e93f7ae4 100644 --- a/themes/finc/theme.config.php +++ b/themes/finc/theme.config.php @@ -2,7 +2,6 @@ return [ 'extends' => 'bootstrap3', 'js' => [ - 'openurl.js', 'check_item_statuses.js', 'lightbox_form_cache.js', ], -- GitLab