mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-22 08:46:22 +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",
|
url: "http://localhost:3000/api/get/settings",
|
||||||
type: "GET",
|
type: "GET",
|
||||||
success: function(data) {
|
success: function(data) {
|
||||||
console.log(data);
|
|
||||||
if (data["wallpaper"] === 1) {
|
if (data["wallpaper"] === 1) {
|
||||||
$wallpaperSwitch.attr("checked", "true");
|
$wallpaperSwitch.attr("checked", "true");
|
||||||
$wallpaperSwitchTogglerName.text("On");
|
$wallpaperSwitchTogglerName.text("On");
|
||||||
|
|
Loading…
Add table
Reference in a new issue