Hi Team,
I am trying to override the showSpinner and hideSpinner functions with empty funcitons. by adding:
showSpinner = function(){};
hideSpinner=function(){};
In my custom js file.
I find it sometimes working, sometimes, the spinner will still show?
Does it have anything to do with the loading sequence of the js file, how can I control the loading sequence of js files?
Thanks
Don