Autofix small errors
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user