Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

title not rendered if there is no footer #19

Open
bc-webmaster opened this issue Jun 26, 2014 · 5 comments
Open

title not rendered if there is no footer #19

bc-webmaster opened this issue Jun 26, 2014 · 5 comments

Comments

@bc-webmaster
Copy link

The <title> for a page does not seem to get generated if there is no footer.html file in the directory.

@xeoncross
Copy link
Owner

What is the error you are seeing? Open up the developer console in firefox or Chrome and there should be missing requests or a Javascript error.

@bc-webmaster
Copy link
Author

In Firebug in Firefox 30.0 there's the following error in the console:

NS_ERROR_DOM_BAD_URI: Access to restricted URI denied
x.send(data);
jr.js (line 203)

@xeoncross
Copy link
Owner

That sounds like you are trying to make an AJAX request across different domains which is forbidden without CORS or a proxy (for security reasons).

http://example.com and http://www.example.com are considered two different domains to AJAX.

@bc-webmaster
Copy link
Author

All I'm doing is deleting footer.html, and that's what happens. Please feel free to verify.

@xeoncross
Copy link
Owner

Check again, I just pushed some more changes out to fix this bug.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants