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