QuincyAdam1
8 years agoQrew Trainee
Code Page Style References Requiring Sign-In?
My code page is blocking an external css file in QuickBase. I have no problem referencing js files like so:
<script>$( document ).ready(function() {
$.getScript('xxxxx?a=dbpage&pagename=jquery.min.js')
});
</script>
I've tried: <link rel="stylesheet" href="xxxx"; />
And it provides this error in the console: Resource interpreted as Stylesheet but transferred with MIME type text/html:
When I try going to the link directly, it requires sign-in. How do I get this bypass the sign-in?
<script>$( document ).ready(function() {
$.getScript('xxxxx?a=dbpage&pagename=jquery.min.js')
});
</script>
I've tried: <link rel="stylesheet" href="xxxx"; />
And it provides this error in the console: Resource interpreted as Stylesheet but transferred with MIME type text/html:
When I try going to the link directly, it requires sign-in. How do I get this bypass the sign-in?