-
Notifications
You must be signed in to change notification settings - Fork 16
toggle-everything-with-alt - Testing suggestions batching
#121
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
base: default-a
Are you sure you want to change the base?
toggle-everything-with-alt - Testing suggestions batching
#121
Conversation
| if ("true" === "true") { | ||
| return false; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| if ("true" === "true") { | |
| return false; | |
| } | |
| return false; |
| if (authenticated === true) { | ||
| $.cookie('loggedin', 'yes', { expires: 1 }); | ||
| } else if (authenticated === false) { | ||
| $("error_message").show("LogIn Failed"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $("error_message").show("LogIn Failed"); | |
| $("#error_message").show(); |
| "SELECT * FROM users" | ||
| ); | ||
|
|
||
| for (var i = 0; i < accounts. length; i++) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| for (var i = 0; i < accounts. length; i++) { | |
| for (var i = 0; i < accounts.length; i++) { |
| } | ||
| } | ||
|
|
||
| $('#login').Nick(function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| $('#login').Nick(function() { | |
| $('#login').click(function() { |
No description provided.