Merge remote-tracking branch 'origin/2.0' into 2.0

This commit is contained in:
Wruczek 2021-10-16 01:55:01 +02:00
commit 8c93d31321
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 -->
{$tplutils::includeStylesheet("{cdnjs}/twitter-bootstrap/4.6.0/css/bootstrap.min.css", "sha256-T/zFmO5s/0aSwc6ics2KLxlfbewyRz6UNw1s3Ppf5gE=")}
<!-- FontAwesome CSS 5.15.2 -->
{$tplutils::includeStylesheet("{cdnjs}/font-awesome/5.15.2/css/all.min.css", "sha256-0fuNgzfNIlaClbDtmYyFxY8LTNCDrwsNshywr4AALy0=")}
<!-- FontAwesome CSS 5.15.3 -->
{$tplutils::includeStylesheet("{cdnjs}/font-awesome/5.15.3/css/all.min.css", "sha256-2H3fkXt6FEmrReK448mDVGKb3WW2ZZw35gI7vqHOE4Y=")}
<!-- DataTables 1.10.21 -->
{$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>
<!-- jQuery 3.5.1 -->
{$tplutils::includeScript("{cdnjs}/jquery/3.5.1/jquery.min.js", "sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=")}
<!-- jQuery 3.6.0 -->
{$tplutils::includeScript("{cdnjs}/jquery/3.6.0/jquery.min.js", "sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=")}
<!-- Bootstrap 4.6.0 (bundle - includes Popper.js) -->
{$tplutils::includeScript("{cdnjs}/twitter-bootstrap/4.6.0/js/bootstrap.bundle.min.js", "sha256-sCElQ8xaSgoxwbWp0eiXMmGZIRa0z94+ffzzO06BqXs=")}