From ac48e8e064c2cff4dd8561df085cabc18f8eaad8 Mon Sep 17 00:00:00 2001 From: RedHood Date: Wed, 13 Jan 2021 14:46:30 +1000 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=82=D0=BE=D1=87=D0=BA=D0=B0=20=D1=81=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=BF=D1=8F=D1=82=D0=BE=D0=B9=20=D0=BA=D0=B0=D0=BA=20?= =?UTF-8?q?=D0=B2=D0=B0=D1=80=D0=B8=D0=B0=D0=BD=D1=82=20=D1=80=D0=B5=D1=88?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BF=D1=80=D0=BE=D0=B1=D0=BB=D0=B5?= =?UTF-8?q?=D0=BC=D1=8B=20=D1=81=D0=BE=20=D1=81=D0=B6=D0=B0=D1=82=D0=B8?= =?UTF-8?q?=D0=B5=D0=BC=20=D0=BA=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mirzaev/skillparts/system/web/js/account.js | 8 ++++---- mirzaev/skillparts/system/web/js/menu.js | 4 ++-- mirzaev/skillparts/system/web/js/profile.js | 2 +- mirzaev/skillparts/system/web/js/reinitialization.js | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mirzaev/skillparts/system/web/js/account.js b/mirzaev/skillparts/system/web/js/account.js index a66a00f..99c6ea8 100644 --- a/mirzaev/skillparts/system/web/js/account.js +++ b/mirzaev/skillparts/system/web/js/account.js @@ -19,7 +19,7 @@ function identification() { } } }); -} +}; function authentication(form) { if (form == undefined) { @@ -69,7 +69,7 @@ function authentication(form) { } } }); -} +}; function deauthentication() { $.ajax({ @@ -99,7 +99,7 @@ function deauthentication() { } } }); -} +}; function registration(form) { if (form == undefined) { @@ -150,6 +150,6 @@ function registration(form) { } } }); -} +}; document.addEventListener('DOMContentLoaded', identification(), true); \ No newline at end of file diff --git a/mirzaev/skillparts/system/web/js/menu.js b/mirzaev/skillparts/system/web/js/menu.js index 870d986..cae73ae 100644 --- a/mirzaev/skillparts/system/web/js/menu.js +++ b/mirzaev/skillparts/system/web/js/menu.js @@ -45,7 +45,7 @@ function page_main() { } return false; -} +}; function page_profile() { url = '/profile' @@ -91,7 +91,7 @@ function page_profile() { }); return false; -} +}; // $('#profile_button').on('show.bs.dropdown', function () { // alert('Пизда'); diff --git a/mirzaev/skillparts/system/web/js/profile.js b/mirzaev/skillparts/system/web/js/profile.js index ce96189..af6ff73 100644 --- a/mirzaev/skillparts/system/web/js/profile.js +++ b/mirzaev/skillparts/system/web/js/profile.js @@ -32,4 +32,4 @@ function supply_import(form) { } } }); -} \ No newline at end of file +}; \ No newline at end of file diff --git a/mirzaev/skillparts/system/web/js/reinitialization.js b/mirzaev/skillparts/system/web/js/reinitialization.js index 27c36a4..e523884 100644 --- a/mirzaev/skillparts/system/web/js/reinitialization.js +++ b/mirzaev/skillparts/system/web/js/reinitialization.js @@ -20,4 +20,4 @@ function reinitialization() { document.getElementsByTagName("body")[0].appendChild(new_script); script.remove(); } -} \ No newline at end of file +}; \ No newline at end of file