From 24f1a9c23bdfd8e2fb3ad3015ac5988f87780330 Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 14 Mar 2020 18:34:25 +0000 Subject: [PATCH] Fixed new user message reappearing when "No" was clicked --- nui/radar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/nui/radar.js b/nui/radar.js index 5edd2ef..7f18a33 100644 --- a/nui/radar.js +++ b/nui/radar.js @@ -263,6 +263,7 @@ elements.closeHelp.click( function() { // Sets the action for the "No" button on the new user popup to close the popup elements.closeNewUser.click( function() { 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