Autofix small errors

This commit is contained in:
Igor Barkov [iwork]
2019-01-16 19:45:30 +02:00
parent d330721114
commit 094b8a6027
313 changed files with 736 additions and 2280 deletions
+2 -2
View File
@@ -77,7 +77,7 @@ if($clan_acces[6][0] == 1) {
$(function() {
$("#find").on("click", function() {
var login = $("#logins").val();
var hash = '<?=md5($user['id'].'|'.$user['login']);?>';
let hash = '<?=md5($user['
if(!login) {
alert('Введите логин');
} else {
@@ -101,7 +101,7 @@ $(function() {
</script>
<? } ?>
</head>
<body style="background-color: #dedede; margin: 0px; padding: 0px;">
<body style="background-color: #dedede; margin: 0; padding: 0;">
<style>
td.dash {
border-bottom-style: dotted;