update
This commit is contained in:
@@ -351,7 +351,7 @@ function set_RTC_withBrowser(){
|
||||
$.ajax({
|
||||
url: `launcher.php?type=set_RTC_withBrowser&time=${encodeURIComponent(formattedTime)}`,
|
||||
method: 'GET', // Use GET or POST depending on your needs
|
||||
dataType: 'text', // Specify that you expect a JSON response
|
||||
dataType: 'json', // Specify that you expect a JSON response
|
||||
|
||||
success: function(response) {
|
||||
// Handle success response if needed
|
||||
|
||||
Reference in New Issue
Block a user