Hi,
I see a few js file which I need in both touch and classic version of page ,does not load only in touch ui .
I found that js even though is referred in some other templates are getting loaded in a different classic template page even though it is not added as client-library so wanted to know if GraniteClientLibraryManager is doing any caching for classic . I found that using page view source from classic
GraniteClientLibraryManager.write([{"p":"/etc.clientlibs/clientlibs/granite/jquery.min.js","c":[]}......}
How could i solve this issue for touch ui
Thanks