Przeglądaj źródła

修改错误恢复

tags/6.1.8
xushubieli 2 lat temu
rodzic
commit
131c357631
3 zmienionych plików z 3 dodań i 3 usunięć
  1. +1
    -1
      src/static/web/js/select2.full.min.js
  2. +1
    -1
      src/static/web/js/select2.min.js
  3. +1
    -1
      src/static/web/js/style.js

+ 1
- 1
src/static/web/js/select2.full.min.js
Plik diff jest za duży
Wyświetl plik


+ 1
- 1
src/static/web/js/select2.min.js
Plik diff jest za duży
Wyświetl plik


+ 1
- 1
src/static/web/js/style.js Wyświetl plik

@@ -91,7 +91,7 @@ function CloseModal(modalID) {
}
//在某个元素内显示alert信息
function ShowAlert(ele, content, type, showtime = 3000) {
let msg = `<div class="alert alert-${type}">
let msg = `<div class="alert alert-${type}" role="alert">
${content}
</div>`;
$(ele).html(msg);


Ładowanie…
Anuluj
Zapisz