mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-22 00:36:20 +03:00
delete console log
This commit is contained in:
parent
18a07f3902
commit
4404dbf2da
1 changed files with 0 additions and 2 deletions
|
@ -7,8 +7,6 @@ $(document).ready(async function() {
|
||||||
const $wallpaperSwitch = $("#settings_autoSetWallpaperSwitch");
|
const $wallpaperSwitch = $("#settings_autoSetWallpaperSwitch");
|
||||||
const $wallpaperSwitchTogglerName = $("#settings_autoSetWallpaperTogglerName");
|
const $wallpaperSwitchTogglerName = $("#settings_autoSetWallpaperTogglerName");
|
||||||
|
|
||||||
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