using this
var brandLink = "/branding/" + brandName + "/aome.css";
isc.FileLoader.loadCSSFile(brandLink);
added <script>window.isomorphicDir='isomorphic/'</script>
but won't load css( ignores it) in mac-FF, testing on other browsers now...
var brandLink = "/branding/" + brandName + "/aome.css";
isc.FileLoader.loadCSSFile(brandLink);
added <script>window.isomorphicDir='isomorphic/'</script>
but won't load css( ignores it) in mac-FF, testing on other browsers now...
Comment