mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-05 06:03:57 +03:00
Delete console .log
This commit is contained in:
parent
36d476c0de
commit
2ee1052085
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ $(document).ready(async function() {
|
|||
url: "http://localhost:3000/api/get/settings",
|
||||
type: "GET",
|
||||
success: function(data) {
|
||||
console.log(data);
|
||||
if (data["wallpaper"] === 1) {
|
||||
$wallpaperSwitch.attr("checked", "true");
|
||||
$wallpaperSwitchTogglerName.text("On");
|
||||
|
|
Loading…
Reference in a new issue