• Hi,

    Is there any way I can change the priority of the snippets added. On the website I am working I have all the snippets being downloaded before my main js file.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support 99robotsteam

    (@99robotsteam)

    Hello Stemon, currently there is no functionality in the plugin that allows you to assign priority to the scripts/snippets. However, you can add the snippets inside a bind function, so that they load at the end –

    $(window).bind(“load”, function() {
    // code here
    });

    Please let us know if it helps,

    Plugin Support 99robotsteam

    (@99robotsteam)

    Hello @stemon – We havent heard from you in quite a while. Therefore we will be closing this ticket. If the issue still persists or if you need help with anything else, please create a new ticket.

    Thank you,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing priority’ is closed to new replies.