Issue with Download Builder and BS 5

Issue with Download Builder and BS 5

kthorngrenkthorngren Posts: 20,144Questions: 26Answers: 4,736

Steps to reproduce issue:

Step 1 select BS5
Step 2 select BS5 and Datatables

With Concatenate selected the following CDN is presented:

<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.1/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/bs5/dt-1.10.25/datatables.min.css"/>
 
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.0.1/js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/v/bs5/dt-1.10.25/datatables.min.js"></script>

Uncheck Concatenate and the following is presented:

<link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/1.10.25/css/jquery.dataTables.min.css"/>
 
<script type="text/javascript" src="https://cdn.datatables.net/1.10.25/js/jquery.dataTables.min.js"></script>

The BS5 code is not listed.

Kevin

Replies

Sign In or Register to comment.