Thanks admin for advice
I've checked this on the other LM which I've cleaned to only 1 visupage and 1 trend and 2 schedulers and I see that javascripts are working then perfectly.
No such situation with searching something in other places. And also e.g this function is run only 1 time and I have in consol.log() only 1 result(but on my LM LB there is a lot of):
I've tried delete whole scripts from custom javascript from LM LB and start again but unfortunately this is not a solution.
But your advice is the solution. It looks that loading is little shorter. Perfectly. Thanks
I've checked this on the other LM which I've cleaned to only 1 visupage and 1 trend and 2 schedulers and I see that javascripts are working then perfectly.
No such situation with searching something in other places. And also e.g this function is run only 1 time and I have in consol.log() only 1 result(but on my LM LB there is a lot of):
Code:
$(function(){
var image12 = $(".image12");
console.log(image12)
});
But your advice is the solution. It looks that loading is little shorter. Perfectly. Thanks