浏览代码

rename fiche to modal

pull/1/head
Thibaud 1年前
父节点
当前提交
84546f0201
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      frontend/src/html/index.html
  2. +1
    -1
      frontend/src/scripts/UI/modal.js

+ 1
- 1
frontend/src/html/index.html 查看文件

@ -62,7 +62,7 @@
<footer id="footer" ref="footer"></footer>
<dialog id="fiche" style="display:flex;flex-direction: row;">
<dialog id="modal" style="display:flex;flex-direction: row;">
<section style="width:100%;height:100%">
<div style="overflow-y: hidden;overflow-x: hidden;height: 10%;">
<div style="float:left"><div class="modal_header">This is a modal header</div></div>

+ 1
- 1
frontend/src/scripts/UI/modal.js 查看文件

@ -2,7 +2,7 @@ class Modal {
// TODO : industrialiser en créant une classe
}
const modalDialog = document.getElementById(' fiche ');
const modalDialog = document.getElementById(' modal ');
var modal_hooks = [];

正在加载...
取消
保存