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 796222b commit 8a3843fCopy full SHA for 8a3843f
1 file changed
client/javascripts/application.js
@@ -26,7 +26,7 @@ JS.Inbox = {};
26
// -------------------------------------
27
28
JS.Globals = {
29
- homepageChallengeAnswer : /^['"][A-z-\.\s]*['"](;)?/,
+ homepageChallengeAnswer : /^('|")\w+\1;?$/,
30
userNameCookie : 'try_name',
31
Vendor : {
32
autosizeQuery : '.js-autosize'
0 commit comments