-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
Improve LOL activity to play against another user using presence #252
Conversation
currentenv = environment; | ||
|
||
// Set current language to Sugarizer | ||
... |
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.
Can't work. Something is missing here.
|
||
// Load from datatore | ||
if (!environment.objectId) { | ||
... |
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.
Can't work. Something is missing here.
document.getElementById("add-button").addEventListener('click', function (event) { | ||
|
||
LOL.push(currentenv.user.colorvalue); | ||
drawLOL(); |
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.
This function don't exist.
Your code is incorrect: some part is missing and you call an non-existing function drawLOL. Do you test it? |
Abandoned. |
issue #243