2 Commits
1.0.0 ... 1.0.1

Author SHA1 Message Date
Ivan
4c4c0e4cb4 package version change 2024-02-02 14:51:06 +03:00
Ivan
5a92e505b4 yandex auth improvement 2024-02-02 14:48:17 +03:00
3 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "krbl",
"version": "1.0.0",
"version": "1.0.1",
"description": "Frontend KRBL site",
"main": "index.js",
"scripts": {

View File

@@ -22,11 +22,11 @@
<body>
<script>
window.onload = function() {
window.YaSendSuggestToken("{{SITE_DOMAIN}}", {
"kek": true,
});
};
// window.onload = function() {
// window.YaSendSuggestToken("{{SITE_DOMAIN}}", {
// "kek": true,
// });
// };
function getCookie(name) {
var cookies = document.cookie.split(";");

View File

@@ -22,11 +22,11 @@
<body>
<script>
window.onload = function() {
window.YaSendSuggestToken("{{SITE_DOMAIN}}/user/settings", {
"connect": true,
});
};
// window.onload = function() {
// window.YaSendSuggestToken("{{SITE_DOMAIN}}/user/settings", {
// "connect": true,
// });
// };
function getCookie(name) {
var cookies = document.cookie.split(";");