Update FontAwesome and jQuery (#188)

This commit is contained in:
Sascha Moser 2021-10-16 01:52:27 +02:00 committed by GitHub
parent 832bfbbc12
commit 1dd01b5bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -20,8 +20,8 @@ $navActiveIndex = isset($navActiveIndex) ? (int) $navActiveIndex : 0;
<!-- Bootstrap 4.6.0 --> <!-- Bootstrap 4.6.0 -->
{$tplutils::includeStylesheet("{cdnjs}/twitter-bootstrap/4.6.0/css/bootstrap.min.css", "sha256-T/zFmO5s/0aSwc6ics2KLxlfbewyRz6UNw1s3Ppf5gE=")} {$tplutils::includeStylesheet("{cdnjs}/twitter-bootstrap/4.6.0/css/bootstrap.min.css", "sha256-T/zFmO5s/0aSwc6ics2KLxlfbewyRz6UNw1s3Ppf5gE=")}
<!-- FontAwesome CSS 5.15.2 --> <!-- FontAwesome CSS 5.15.3 -->
{$tplutils::includeStylesheet("{cdnjs}/font-awesome/5.15.2/css/all.min.css", "sha256-0fuNgzfNIlaClbDtmYyFxY8LTNCDrwsNshywr4AALy0=")} {$tplutils::includeStylesheet("{cdnjs}/font-awesome/5.15.3/css/all.min.css", "sha256-2H3fkXt6FEmrReK448mDVGKb3WW2ZZw35gI7vqHOE4Y=")}
<!-- DataTables 1.10.21 --> <!-- DataTables 1.10.21 -->
{$tplutils::includeStylesheet("{cdnjs}/datatables/1.10.21/css/dataTables.bootstrap4.min.css", "sha256-ugpqzk9NhK3S2sVpMgSrIin1AzsJMlqUIMOCXyzPaL8=")} {$tplutils::includeStylesheet("{cdnjs}/datatables/1.10.21/css/dataTables.bootstrap4.min.css", "sha256-ugpqzk9NhK3S2sVpMgSrIin1AzsJMlqUIMOCXyzPaL8=")}
@ -175,8 +175,8 @@ $navActiveIndex = isset($navActiveIndex) ? (int) $navActiveIndex : 0;
} }
</script> </script>
<!-- jQuery 3.5.1 --> <!-- jQuery 3.6.0 -->
{$tplutils::includeScript("{cdnjs}/jquery/3.5.1/jquery.min.js", "sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=")} {$tplutils::includeScript("{cdnjs}/jquery/3.6.0/jquery.min.js", "sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=")}
<!-- Bootstrap 4.6.0 (bundle - includes Popper.js) --> <!-- Bootstrap 4.6.0 (bundle - includes Popper.js) -->
{$tplutils::includeScript("{cdnjs}/twitter-bootstrap/4.6.0/js/bootstrap.bundle.min.js", "sha256-sCElQ8xaSgoxwbWp0eiXMmGZIRa0z94+ffzzO06BqXs=")} {$tplutils::includeScript("{cdnjs}/twitter-bootstrap/4.6.0/js/bootstrap.bundle.min.js", "sha256-sCElQ8xaSgoxwbWp0eiXMmGZIRa0z94+ffzzO06BqXs=")}