Skip to content
Snippets Groups Projects
Commit 0d05cb80 authored by Claas Kazzer's avatar Claas Kazzer 💬 Committed by Frank Morgner
Browse files

refs #12684 [supplement]

* adds 'deprecated' comments at vf5 to finc.js
parent 6c74d49b
No related merge requests found
// 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 // Remove/add aria-hidden + add modalTitle for screen-reader access, check of .focus() is necessary
$(document).on('shown.bs.modal', function () { $(document).on('shown.bs.modal', function () {
......
...@@ -4,6 +4,7 @@ return array( ...@@ -4,6 +4,7 @@ return array(
'js' => array( 'js' => array(
'openurl.js', 'openurl.js',
'check_item_statuses.js', 'check_item_statuses.js',
// remove nxt line when aria-hidden issue fixed, obsolete in VF5, see #12684
'finc.js', 'finc.js',
), ),
'helpers' => array( 'helpers' => array(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment