mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-21 04:30:53 -06: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:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user