Closed mppeirsel closed 1 month ago
If you want to fix it manually you can update to the following: Use jQuery 3.6.4, Bootstrap 3.3.7, Bootstrap-Select 1.13.18. I had to update 1 statement in the file in base.js.
Look for this:
$(window).load(function() { NProgress.done(); });
And modify it to this:
$(window).on('load', function() { NProgress.done(); });
I will be releasing the changes in the next week to the clone image
The updated code has been added
Discussed in https://github.com/SaneiSaya/docker-eNMS/discussions/8