Updated to 7.0.4.
Patch notes now include a plugin.js but do not adequately explain use:
Option to choose JS Loading Type
plugins.js File to disable Async JS Loading
My custom JS relies on all plugins being fully loaded before running.
Is there a command to wait for function.js and/or plugins.js to fully load before running custom JS other than:
$(document).ready(function() {
I am using https://gohugo.io/ templating and this is my current JS load order:
I would prefer to only load functions.js and my custom js and allow functions.js to complete loading jquery, jquery cookie, and all other functions like masonry and isotope before running my custom js because I am adding some very complex coding to the website which will include loading Cesium JS WebGL mapping (See live URL) and use isotope for filtering maps.
