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

arbor_path fails when script element has no path #52

Open
emlyn opened this issue Oct 10, 2013 · 0 comments
Open

arbor_path fails when script element has no path #52

emlyn opened this issue Oct 10, 2013 · 0 comments

Comments

@emlyn
Copy link

emlyn commented Oct 10, 2013

If arbor.js is included without any explicit path, as in:

<script src="arbor.js"></script>

then the arbor_path() function incorrectly returns "/arbor.js", which doesn't work when it is not run from the root directory.
A workaround is to instead include arbor with:

<script src="./arbor.js"></script>

but perhaps arbor_path() should default to the current directory instead of the root?

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

1 participant