File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -1374,15 +1374,6 @@ function setupUserAvatarEventListeners() {
13741374
13751375// Initialize the application
13761376async function initializeApplication ( ) {
1377- < << << << Updated upstream
1378- = = === ==
1379- // Prevent double initialization
1380- if ( window . _appInitialized ) {
1381- console . log ( '🚀 Application already initialized, skipping...' ) ;
1382- return ;
1383- }
1384-
1385- > >>> >>> Stashed changes
13861377 try {
13871378 console . log ( '🚀 Initializing Presto application...' ) ;
13881379
@@ -1466,12 +1457,6 @@ async function initializeApplication() {
14661457 } catch ( error ) {
14671458 console . error ( '❌ Failed to initialize application:' , error ) ;
14681459 NotificationUtils . showNotificationPing ( 'Failed to initialize app. Please refresh! 🔄' , 'error' ) ;
1469- < << << << Updated upstream
1470- = = === ==
1471-
1472- // Reset initialization flag on error so user can retry
1473- window . _appInitialized = false ;
1474- > >>> >>> Stashed changes
14751460 }
14761461}
14771462
You can’t perform that action at this time.
0 commit comments