Отказ от абсолютных ссылок https://new-combats.com/* к относительным /*. Замена https://img.new-combats.com на //img.new-combats.tech.

This commit is contained in:
2023-03-31 21:30:14 +03:00
parent 1b5bf26294
commit 01b504e677
346 changed files with 3507 additions and 4221 deletions
+2 -2
View File
@@ -213,7 +213,7 @@ if (isset($_POST['it_name'])) {
};
//Левая часть
html_l += '<img src="https://img.new-combats.com/i/items/' + this.data.img + '">';
html_l += '<img src="//img.new-combats.tech/i/items/' + this.data.img + '">';
//Правая часть
html_r = '<a href="#">' + this.data.name + '</a>';
@@ -236,7 +236,7 @@ if (isset($_POST['it_name'])) {
}
};
</script>
<link href="https://img.new-combats.com/css/main.css" rel="stylesheet" type="text/css">
<link href="//img.new-combats.tech/css/main.css" rel="stylesheet" type="text/css">
</head>
<body>