Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectSoft-STUDIONIONS committed Nov 29, 2024
1 parent 9ee91c0 commit 044e55c
Show file tree
Hide file tree
Showing 14 changed files with 61 additions and 61 deletions.
48 changes: 24 additions & 24 deletions site/assets/templates/projectsoft/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/assets/templates/projectsoft/css/main.min.css

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions site/assets/templates/projectsoft/css/tinymce.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/assets/templates/projectsoft/css/tinymce.min.css

Large diffs are not rendered by default.

Binary file modified site/assets/templates/projectsoft/fonts/IconsSite.ttf
Binary file not shown.
Binary file modified site/assets/templates/projectsoft/fonts/IconsSite.woff
Binary file not shown.
Binary file modified site/assets/templates/projectsoft/fonts/IconsSite.woff2
Binary file not shown.
4 changes: 2 additions & 2 deletions site/assets/templates/projectsoft/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
</div>{{@FILE assets/templates/projectsoft/tpl/yepnope.html}}
{{@FILE assets/templates/projectsoft/tpl/yepnope-load.html}}
<script src="https://pos.gosuslugi.ru/bin/script.min.js"></script>
<link type="text/css" rel="stylesheet" href="[~423~]?2f18464a893b0e091bd22f31d642b479">
<script src="[~424~]?2f18464a893b0e091bd22f31d642b479"></script>
<link type="text/css" rel="stylesheet" href="[~423~]?801302119786046acca509407b64b4c7">
<script src="[~424~]?801302119786046acca509407b64b4c7"></script>
<script>Widget("https://pos.gosuslugi.ru/form", 299239)</script>
</body>
</html>
4 changes: 2 additions & 2 deletions site/assets/templates/projectsoft/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -1026,9 +1026,7 @@
}
a.setAttribute('href', link);
let p = document.createElement('p');
//p.append(a);
person.prepend(a);
//person.parentNode.insertBefore(p, person.nextSibling);
}
}
}catch(err){
Expand Down Expand Up @@ -1579,10 +1577,12 @@
* Если компьютер не в школе
* Показываем сообщение
**/
/**
if(HTTP_CLIENT.int != 1){
$('.notification-form').removeClass('hidden');
var notIni = setTimeout(setCookieNotify, 10000);
}
**/
}
})();

Expand Down
2 changes: 1 addition & 1 deletion site/assets/templates/projectsoft/js/main.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions site/assets/templates/projectsoft/tpl/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="[(site_url)]ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link type="text/css" rel="stylesheet" href="assets/templates/projectsoft/css/main.min.css?f1026cfa4105030b3a7078a45168c9dd">
<link type="text/css" rel="stylesheet" href="css.css?f1026cfa4105030b3a7078a45168c9dd">
<link type="text/css" rel="stylesheet" href="assets/templates/projectsoft/css/main.min.css?0791c7c93e3a6f3920e10da5a64d1155">
<link type="text/css" rel="stylesheet" href="css.css?0791c7c93e3a6f3920e10da5a64d1155">
<meta name="apple-mobile-web-app-title" content="[(site_name)]">
<meta name="application-name" content="[(site_name)]">
<meta name="title" content="[*pagetitle:notags:strip*]">
Expand Down
4 changes: 2 additions & 2 deletions site/assets/templates/projectsoft/tpl/yepnope-load.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

<script type="text/javascript"></script>
<script src="assets/templates/projectsoft/js/appjs.min.js?fed7009a0ac23948d2b88c680b507bb2"></script>
<script src="assets/templates/projectsoft/js/main.min.js?fed7009a0ac23948d2b88c680b507bb2"></script>[!YandexMetrika!]
<script src="assets/templates/projectsoft/js/appjs.min.js?764ecc3a48613eb15db50ab51768e934"></script>
<script src="assets/templates/projectsoft/js/main.min.js?764ecc3a48613eb15db50ab51768e934"></script>[!YandexMetrika!]
Binary file modified src/fonts/IconsSite.ttf
Binary file not shown.
4 changes: 2 additions & 2 deletions src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
}
a.setAttribute('href', link);
let p = document.createElement('p');
//p.append(a);
person.prepend(a);
//person.parentNode.insertBefore(p, person.nextSibling);
}
}
}catch(err){
Expand Down Expand Up @@ -576,10 +574,12 @@
* Если компьютер не в школе
* Показываем сообщение
**/
/**
if(HTTP_CLIENT.int != 1){
$('.notification-form').removeClass('hidden');
var notIni = setTimeout(setCookieNotify, 10000);
}
**/
}
})();

Expand Down

0 comments on commit 044e55c

Please sign in to comment.