소스 검색

fix

master
Florian Eisenmenger 1 년 전
부모
커밋
c559e0c6fd
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      httpdocs/public/assets/js/mpp-tool.js
  2. +1
    -1
      httpdocs/public/assets/scss/styles.css

+ 1
- 1
httpdocs/public/assets/js/mpp-tool.js 파일 보기

@@ -41,7 +41,7 @@ function addUser() {
form_data = form.serializeObject();
if (form[0].checkValidity()) {
e.preventDefault();
form_data["active"] = $("#inputActive").is(":checked") ? 1 : 0;
form_data["active"] = $("#inputActive-1").is(":checked") ? 1 : 0;
$.ajax({
url: "/admin/user",
method: "post",


+ 1
- 1
httpdocs/public/assets/scss/styles.css 파일 보기

@@ -1012,7 +1012,7 @@ footer li a {
.listing li:nth-child(even) {
background: #f9ccd8;
}
.listing li.inactive {
.listing li.inactive .listing--header {
opacity: 0.3;
}
.listing--header {


불러오는 중...
취소
저장