From cfa61b363e8f7849e474677119e0a32306431f4d Mon Sep 17 00:00:00 2001 From: lockbitchat Date: Tue, 12 Aug 2025 13:56:40 -0400 Subject: [PATCH] Updated all text to English --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1b71d71..d0f2640 100644 --- a/index.html +++ b/index.html @@ -3498,7 +3498,6 @@ }; function initializeApp() { if (window.EnhancedSecureCryptoUtils && window.EnhancedSecureWebRTCManager) { - console.log('πŸš€ Π˜Π½ΠΈΡ†ΠΈΠ°Π»ΠΈΠ·ΠΈΡ€ΡƒΠ΅ΠΌ React ΠΏΡ€ΠΈΠ»ΠΎΠΆΠ΅Π½ΠΈΠ΅...'); ReactDOM.render(React.createElement(EnhancedSecureP2PChat), document.getElementById('root')); } else { console.error('❌ ΠœΠΎΠ΄ΡƒΠ»ΠΈ Π½Π΅ Π·Π°Π³Ρ€ΡƒΠΆΠ΅Π½Ρ‹:', { @@ -3542,8 +3541,8 @@ eval(componentCode); + } catch (error) { - console.error(`❌ Component loading error ${componentName}:`, error); throw error; } } @@ -3557,6 +3556,11 @@ loadReactComponent('./src/components/ui/PaymentModal.jsx', 'PaymentModal') ]); +if (typeof initializeApp === 'function') { + initializeApp(); +} else { + console.error('❌ Function initializeApp not found'); +} } catch (error) { console.error('❌ Module loading error:', error);