Убрана сбоящая привязка к jquery-1.7.2.min.js восмилетней давности и неподдерживаемые jquery плагины.

This commit is contained in:
Igor Barkov (iwork)
2020-09-28 17:02:41 +03:00
parent ef307ff1d7
commit e09fa9ea6e
19 changed files with 29 additions and 11361 deletions
+3 -4
View File
@@ -72,7 +72,6 @@ if($clan_acces[6][0] == 1) {
<title>Просмотр действий с кланом</title>
<link rel="stylesheet" type="text/css" href="css/main.css" />
<? if($clan_acces[6][0] == 1) { ?>
<script src="js/jquery-1.7.2.min.js"></script>
<script>
$(function() {
$("#find").on("click", function() {
@@ -94,10 +93,10 @@ $(function() {
console.log(data.posted);
}
}
});
})
}
});
});
})
})
</script>
<? } ?>
</head>