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 CSS selector syntax in channel message handler #102

Merged
merged 1 commit into from
Feb 25, 2016

Conversation

maxpoulin64
Copy link
Member

Doesn't do much, but it prevents unneeded exceptions which are annoying when debugging. This makes the selector valid. An exception is thrown on every single message sent to any channel, so when you have a lot of them the debugger endlessly pauses for nothing.

It might also possibly improve performance slightly as jQuery won't have to fallback to its own implementation (but don't quote me on that).

Doesn't do much, but it prevents unneeded exceptions which are annoying when debugging.
@maxpoulin64 maxpoulin64 added Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors. second review needed labels Feb 25, 2016
@astorije astorije self-assigned this Feb 25, 2016
@astorije
Copy link
Member

👍

astorije added a commit that referenced this pull request Feb 25, 2016
Fix CSS selector syntax in channel message handler
@astorije astorije merged commit b34c6ec into thelounge:master Feb 25, 2016
@maxpoulin64 maxpoulin64 deleted the bad-selector-fix branch March 6, 2016 06:33
@astorije astorije added this to the 1.2.1 milestone Apr 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that report and PRs that solve any defects that cause unexpected behaviors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants