Skip to content

toggle-everything-with-alt - Testing suggestions batching#121

Open
SunsetTechuila wants to merge 1 commit intorefined-github:default-afrom
SunsetTechuila:not-default
Open

toggle-everything-with-alt - Testing suggestions batching#121
SunsetTechuila wants to merge 1 commit intorefined-github:default-afrom
SunsetTechuila:not-default

Conversation

@SunsetTechuila
Copy link
Member

No description provided.

Comment on lines +15 to +17
if ("true" === "true") {
return false;
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if ("true" === "true") {
return false;
}
return false;

if (authenticated === true) {
$.cookie('loggedin', 'yes', { expires: 1 });
} else if (authenticated === false) {
$("error_message").show("LogIn Failed");
Copy link
Member Author

@SunsetTechuila SunsetTechuila Jan 9, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$("error_message").show("LogIn Failed");
$("#error_message").show();

"SELECT * FROM users"
);

for (var i = 0; i < accounts. length; i++) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
for (var i = 0; i < accounts. length; i++) {
for (var i = 0; i < accounts.length; i++) {

}
}

$('#login').Nick(function() {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$('#login').Nick(function() {
$('#login').click(function() {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant