diff options
| author | Fuwn <[email protected]> | 2024-01-11 02:25:41 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-11 02:25:41 -0800 |
| commit | 902d474344fd1a6914108c1b6544f8cbad4cad0a (patch) | |
| tree | 29e4fcc5a02bc86025ca57a50ad9310b5dafc9fa /index.js | |
| parent | feat(css): update (diff) | |
| download | startpage-902d474344fd1a6914108c1b6544f8cbad4cad0a.tar.xz startpage-902d474344fd1a6914108c1b6544f8cbad4cad0a.zip | |
feat: update background
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -158,7 +158,7 @@ const chooseWaifu = () => { }; window.onload = () => { - chooseWaifu(); + // chooseWaifu(); weather(); }; |