mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Bug fix for deploy
Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
This commit is contained in:
parent
d912849e17
commit
54840e1a13
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
---
|
||||
|
||||
const Matter = window.Matter;
|
||||
|
||||
function findNearestBlock(elem) {
|
||||
|
|
@ -223,4 +226,4 @@ function bootstrap() {
|
|||
}, true);
|
||||
}
|
||||
|
||||
document.body.onload = bootstrap;
|
||||
document.body.onload = bootstrap;
|
||||
Loading…
Reference in New Issue