Hi,
I want to use a Bootstrap function on a specific page so I'm adding a link to the BS file(s) in SetCustomHTMLHeaders. However, the files are included before the JQuery files that NT uses - no matter if I set the header before or after the parent call. And since the bs-function in question is dependent on some jQuery js I get an error ("x is not a function").
So my question is: how can I add stuff to the header after what is generated by NT?
Peter