From 0d05cb805cbff91979938c96bb26aab7e843e02d Mon Sep 17 00:00:00 2001
From: Claas Kazzer <kazzer@ub.uni-leipzig.de>
Date: Mon, 6 Aug 2018 11:34:39 +0200
Subject: [PATCH] refs #12684 [supplement] * adds 'deprecated' comments at vf5
 to finc.js

---
 themes/finc/js/finc.js       | 2 +-
 themes/finc/theme.config.php | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/themes/finc/js/finc.js b/themes/finc/js/finc.js
index 2108644505a..440877206e0 100644
--- a/themes/finc/js/finc.js
+++ b/themes/finc/js/finc.js
@@ -1,4 +1,4 @@
-// remove when fixed in BS
+// remove when fixed in BS, obsolete in VF5; also remove respective line in theme.config.php; CK
 
 // Remove/add aria-hidden + add modalTitle for screen-reader access, check of .focus() is necessary
 $(document).on('shown.bs.modal', function () {
diff --git a/themes/finc/theme.config.php b/themes/finc/theme.config.php
index 7dd44f1de5b..ee4a2745532 100644
--- a/themes/finc/theme.config.php
+++ b/themes/finc/theme.config.php
@@ -4,6 +4,7 @@ return array(
     'js' => array(
         'openurl.js',
         'check_item_statuses.js',
+        // remove nxt line when aria-hidden issue fixed, obsolete in VF5, see #12684
         'finc.js',
     ),
     'helpers' => array(
-- 
GitLab