Отказ от абсолютных ссылок https://new-combats.com/* к относительным /*. Замена https://img.new-combats.com на //img.new-combats.tech.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user