Console Error with the new Beta version

just mentioning this. Using Bootstrap 4, I get the following error in the browser console:


    util.js:56 Uncaught TypeError: Cannot read property 'fn' of undefined
    at util.js:56
    at util.js:10
    at bootstrap.min.js:6
    at bootstrap.min.js:6

Did you add the jQuery reference as Bootstrap 4 requires jQuery.

yes I have the JQuery 3 option selected and it is in the page headers

I cannot see a problem here.
Retested with following references


  <script crossorigin="anonymous" integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60=" src="https://code.jquery.com/jquery-3.3.1.js" type="text/javascript"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" type="text/javascript"></script>

solved this. if you add the JQuery AFTER the bootstrap using the Javascript manager in WebCore it adds the JQ link after the Bootstrap link and this causes the error. If you add the JQuery before adding bootstrap then all is fine. 


Maybe an idea for the javascript manager to handle priorities. 

If you use Bootstrap 4, jQuery is required indeed before the Bootstrap lib.