We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc2660 commit 0593eafCopy full SHA for 0593eaf
website/static/js/jquery.atwho.js
@@ -50,7 +50,7 @@
50
_a = decodeURI("%C3%80");
51
_y = decodeURI("%C3%BF");
52
space = acceptSpaceBar ? "\ " : "";
53
- regexp = new RegExp(flag + "([A-Za-z" + _a + "-" + _y + "0-9_" + space + "\'\.\+\-]*)$|" + flag + "([^\\x00-\\xff]*)$", 'gi');
+ regexp = new RegExp(flag + "([A-Za-z" + _a + "-" + _y + "0-9_" + space + '\'\.\+\-]*)$|' + flag + "([^\\x00-\\xff]*)$", 'gi');
54
match = regexp.exec(subtext);
55
if (match) {
56
return match[2] || match[1];
0 commit comments