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 : Uncaught TypeError: file_exists is not a function when you pass the url param : "langCode" #16

Merged
merged 2 commits into from
Aug 4, 2016

Conversation

fabriceci
Copy link
Contributor

@fabriceci fabriceci commented Aug 2, 2016

It occurs when you pass the url param "langCode", the manager calls the function "file_exists" at the line 173 , but the function is defined at the line 301. You can test here http://fm.16mb.com/index.html?langCode=en

The following error is raised :

filemanager.js:150 Uncaught TypeError: file_exists is not a function

To solve, just put the function declaration before the line 173.

@psolom psolom merged commit 93c397b into psolom:master Aug 4, 2016
@psolom
Copy link
Owner

psolom commented Aug 4, 2016

Thanks for your contribution!

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