Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<base> element is after <script> elements in Default theme header.php #9

Open
ghost opened this issue Feb 4, 2014 · 1 comment
Open

Comments

@ghost
Copy link

ghost commented Feb 4, 2014

The 'script' elements contain relative URLs but are before the 'base' element in the html. It looks like they default to using the URL of the previous request as the base URL. Try using something like Firebug and look at the generated URLs used to retrieve the scripts and you will see what I mean. The result is that requests for scripts actually go through the main Skylight code causing Solr requests etc.

@ghost ghost closed this as completed Feb 4, 2014
@ghost ghost reopened this Feb 4, 2014
@ghost
Copy link
Author

ghost commented Feb 4, 2014

Have a look at the stylesheet link, it contains ?php echo base_url(); ?, the script elements need to be coded in the same way.

ghost pushed a commit that referenced this issue Jun 25, 2015
Add some comments to the Exams Solr client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants