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

Naked call to console.log #1

Closed
TrevorBurnham opened this issue Aug 27, 2010 · 1 comment
Closed

Naked call to console.log #1

TrevorBurnham opened this issue Aug 27, 2010 · 1 comment

Comments

@TrevorBurnham
Copy link

On line 22 of jquery.remotipart.js, there's a call to console.log. Calling console.log can cause serious errors in some browsers when it doesn't exist (try it in Firefox, for instance). I'd strongly recommend either removing the line altogether or wrapping it in if (console && console.log).

@leppert
Copy link
Owner

leppert commented Aug 27, 2010

Good catch - that was a forgotten debugging call. It's been removed and a patched version has been released as v0.1.1.

This issue was closed.
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

2 participants