Index: openacs-4/packages/openacs-bootstrap5-theme/tcl/resource-init.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-bootstrap5-theme/tcl/Attic/resource-init.tcl,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/openacs-bootstrap5-theme/tcl/resource-init.tcl 1 Apr 2022 13:38:23 -0000 1.1.2.1 +++ openacs-4/packages/openacs-bootstrap5-theme/tcl/resource-init.tcl 5 Mar 2023 19:08:53 -0000 1.1.2.2 @@ -26,9 +26,13 @@ : ""}] } +# +# Strictly speaking, jquery is not necessary for bootstrap 5. However, +# to ease the migration from bootstrap 3 to 5, we still include it. +# template::register_urn \ -urn urn:ad:js:jquery \ - -resource /resources/openacs-bootstrap5-theme/js/jquery-3.6.0.min.js + -resource /resources/openacs-bootstrap5-theme/js/jquery-3.6.3.min.js # Local variables: # mode: tcl