mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 00:16:27 +02:00
Fixed new user message reappearing when "No" was clicked
This commit is contained in:
@@ -263,6 +263,7 @@ elements.closeHelp.click( function() {
|
|||||||
// Sets the action for the "No" button on the new user popup to close the popup
|
// Sets the action for the "No" button on the new user popup to close the popup
|
||||||
elements.closeNewUser.click( function() {
|
elements.closeNewUser.click( function() {
|
||||||
setEleVisible( elements.newUser, false );
|
setEleVisible( elements.newUser, false );
|
||||||
|
sendData( "qsvWatched", null );
|
||||||
} )
|
} )
|
||||||
|
|
||||||
// Sets the action for the "Yes" button on the new user popup to open the quick start window and load the video
|
// Sets the action for the "Yes" button on the new user popup to open the quick start window and load the video
|
||||||
|
|||||||
Reference in New Issue
Block a user