[go: up one dir, main page]

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

Fixed js scripts not loading on posts links #1

Merged
merged 1 commit into from
Apr 4, 2016

Conversation

andreidiaconu
Copy link
Contributor

On urls like http://example.com/category/post.html,

<script src="js/jquery.min.js"></script>

tries to load js from http://example.com/category/js/jquery.min.js and we get a 404
This fix loads js files the same way css files are loaded, also for consistency.

On urls like http://example.com/category/post.html, 
```html 
<script src="js/jquery.min.js"></script>
```
tries to load js from http://example.com/category/js/jquery.min.js and we get a 404  
This fix loads js files the same way css files are loaded, also for consistency.
@arkadianriver arkadianriver merged commit a693379 into arkadianriver:master Apr 4, 2016
@arkadianriver
Copy link
Owner

great, thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants