Bootstrap 4 alpha. Created a modal file, referencing individual files, in this case util.js and modal.js. When opening a modality, this eliminates this exception.
Untrained ReferenceError: Util not defined
See fidle: https://fiddle.jshell.net/bhjk6tg4/
The updated script, I received it, it turned out that you need to import "util.js" first.
Note. I can not find the CDN for bootstrap 4 alpha-separate files, so I copied the raw javascript file from modal.js and pasted it into the script (javascript).
source
share