mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 04:24:45 -04:00
Add some tests.
This commit is contained in:
parent
e52b3dd440
commit
0e0f06d634
3 changed files with 44 additions and 2 deletions
|
@ -16,10 +16,9 @@ const mainrowTpl =
|
|||
</div>`;
|
||||
|
||||
const init = () => {
|
||||
dom('#fallback, #fallback-hints').rm();
|
||||
|
||||
const $root = dom(rootSelector)
|
||||
.attr('id', 'root')
|
||||
.clr()
|
||||
.app(topbarTpl)
|
||||
.app(mainrowTpl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue