mirror of
https://github.com/Starlio-app/Starlio-web.git
synced 2024-11-06 01:13:57 +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 $wallpaperSwitchTogglerName = $("#settings_autoSetWallpaperTogglerName");
|
||||
|
||||
console.log(data)
|
||||
|
||||
if(data["wallpaper"] === 1) {
|
||||
$wallpaperSwitch.attr("checked", "true");
|
||||
$wallpaperSwitchTogglerName.text("On");
|
||||
|
|
Loading…
Reference in a new issue