Убрана сбоящая привязка к jquery-1.7.2.min.js восмилетней давности и неподдерживаемые jquery плагины.
This commit is contained in:
+1
-2
@@ -332,7 +332,6 @@ if($_GET['go_back'] == 1) {
|
||||
<title>404</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="content-language" content="ru" />
|
||||
<script src="js/jquery-1.7.2.min.js"></script>
|
||||
<script src="js/ajaxLoad.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="css/hostel.css" />
|
||||
</head>
|
||||
@@ -381,7 +380,7 @@ function hide_this(id) {
|
||||
const node = document.getElementById(id);
|
||||
if(node) {
|
||||
node.style.display = 'none';
|
||||
};
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<div style="overflow: hidden;">
|
||||
|
||||
Reference in New Issue
Block a user