From 49fdbbf7ae2d86d6085e920a58e04610a9f3c897682619bdf0643244585f5520 Mon Sep 17 00:00:00 2001 From: AidarKC Date: Sun, 14 Jun 2026 21:33:43 +0400 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BF=D0=B5=D1=80=D0=B5=D1=85=D0=BE=D0=B4=20?= =?UTF-8?q?=D1=81=D0=BE=20=D1=81=D1=82=D0=B0=D1=80=D1=82=D0=B0=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D1=8D=D0=BA=D1=80=D0=B0=D0=BD=20=D0=B2=D1=8B=D0=B1?= =?UTF-8?q?=D0=BE=D1=80=D0=B0=20=D0=B2=D1=85=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION.properties | 4 ++-- shine-UI/js/app.js | 2 +- shine-UI/js/pages/start-view.js | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION.properties b/VERSION.properties index b4f3e86..f562c45 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ -client.version=1.2.194 -server.version=1.2.183 +client.version=1.2.195 +server.version=1.2.184 diff --git a/shine-UI/js/app.js b/shine-UI/js/app.js index 31875bf..0cfe534 100644 --- a/shine-UI/js/app.js +++ b/shine-UI/js/app.js @@ -32,7 +32,7 @@ import { setContacts, } from './state.js'; -import * as startView from './pages/start-view.js'; +import * as startView from './pages/start-view.js?v=202606142105'; import * as entrySettingsView from './pages/entry-settings-view.js'; import * as registerView from './pages/register-view.js'; import * as registrationPaymentView from './pages/registration-payment-view.js'; diff --git a/shine-UI/js/pages/start-view.js b/shine-UI/js/pages/start-view.js index 56748f2..63cd52f 100644 --- a/shine-UI/js/pages/start-view.js +++ b/shine-UI/js/pages/start-view.js @@ -24,7 +24,7 @@ export function render({ navigate }) { loginButton.className = 'primary-btn'; loginButton.type = 'button'; loginButton.textContent = 'Войти'; - loginButton.addEventListener('click', () => navigate('login-password-view')); + loginButton.addEventListener('click', () => navigate('login-view')); const registerButton = document.createElement('button'); registerButton.className = 'ghost-btn';