Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4c4c0e4cb4 | ||
|
|
5a92e505b4 |
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "krbl",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Frontend KRBL site",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
@@ -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(";");
|
||||
|
||||
@@ -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(";");
|
||||
|
||||
Reference in New Issue
Block a user