mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 22:06:00 +00:00
chore: Clarify usage of window fields in globals.js
/puter/src/globals.js 124:65 error 'first_visit_animation' is not defined no-undef
This commit is contained in:
parent
766da39138
commit
e5cd2bed87
@ -121,7 +121,7 @@ window.first_visit_animation = false;
|
||||
window.show_twitter_link = true;
|
||||
window.animate_window_opening = true;
|
||||
window.animate_window_closing = true;
|
||||
window.desktop_loading_fade_delay = (window.first_visit_ever && first_visit_animation ? 6000 : 1000);
|
||||
window.desktop_loading_fade_delay = (window.first_visit_ever && window.first_visit_animation ? 6000 : 1000);
|
||||
window.watchItems = [];
|
||||
window.appdata_signatures = {};
|
||||
window.appCallbackFunctions = [];
|
||||
|
Loading…
Reference in New Issue
Block a user