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

It's not much, but it helps #44

Merged
merged 2 commits into from
Feb 29, 2016
Merged

It's not much, but it helps #44

merged 2 commits into from
Feb 29, 2016

Conversation

KevOrr
Copy link
Contributor

@KevOrr KevOrr commented Sep 14, 2014

content_script.js will now skip over all <input>s and <textarea>s, as well as any Ace Editors on the page.

This will help with online editors, so that the script won't replace 'The Cloud' when loading a file to edit.

A couple examples of when this might help:

Also,
The Cloud to Butt Plus Chrome Extension page

content_script.js will now skip over all <input>s and <textarea>s, as well as any Ace Editors on the page.
panicsteve added a commit that referenced this pull request Feb 29, 2016
content_script.js will now skip over all <input>s and <textarea>s, as well as any Ace Editors on the page.
@panicsteve panicsteve merged commit 851a742 into panicsteve:master Feb 29, 2016
@panicsteve
Copy link
Owner

Thanks! I don't know why I didn't see this PR earlier.

@KevOrr
Copy link
Contributor Author

KevOrr commented Feb 29, 2016

No problem, just doing what I can to help. Although, looking back at my code now, I'm not quite sure why I used a break statement on line 12. I'm sure I tested it at the time, but maybe Chrome's just kind enough to let break work the same way in a function's scope as return does.

@panicsteve
Copy link
Owner

I have changed it to a return.

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.

2 participants