I upgraded from DNN 7.2.2 to DNN 7.3.4 and ran into a bizarre problem with a Bootstrap skin - some pages do not have JQuery functionality while some do. However, upon authentication ALL pages have JQuery functionality (i.e. modules using JQuery work ) !
Upon further investigation, I found that Telerik libraries are not being included in the pages that do not function properly but those that do work properly have these libraries included in the page! Also, the pages that do not work include “dnncore.js” but those that do work do not have this javascript library!
I created a blank page and it DID NOT have telerik libraries included - So, is the skin not including these libraries or is this a problem with the DNN 7.3 version?
Please help.