Hi,
I used to load an external script file using the below code, but it loads a new instance of script every time when I use this functionality and there is no option to Unload the script for version below 2.0. We do have the option to unload the script for version 2.0 and above. If anyone has an idea about how to unload the external script please help.
ScriptUtil.LoadScript(scripturl, data => { });