Call full image url instead of stylsheet directory url in JS for Infinite Scroll Function

Changing

    img: obj_test.stylesheet_directory_uri + '/img/ajax-loader.gif',

to

    img: "http:// urltoimage .com/test.gif",

solve the problem.

Important – the url between ‘…’ does not work! The url must be between “…”
That was the problem i dont figured out before 🙂