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

Fix #29 Double url escaping #32

Merged
merged 2 commits into from
Apr 23, 2018
Merged

Fix #29 Double url escaping #32

merged 2 commits into from
Apr 23, 2018

Conversation

step307
Copy link

@step307 step307 commented Jul 13, 2017

replace
self.paths((self.path.charAt(0) === '/' ? self.path.slice(1) : self.path).split('/') );
with
self.paths(self.paths());

@step307 step307 mentioned this pull request Jul 13, 2017
@wilkosz
Copy link

wilkosz commented Jan 3, 2018

Will this be merged anytime soon?

@Mikhus Mikhus merged commit 4505821 into Mikhus:master Apr 23, 2018
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.

3 participants