Skip to content

Commit

Permalink
added div directly to html
Browse files Browse the repository at this point in the history
  • Loading branch information
honzi committed Jan 27, 2024
1 parent 0a89872 commit bb3b375
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
3 changes: 3 additions & 0 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
<meta content="width=device-width,initial-scale=1" name=viewport>
<title>Duel.htm</title>
<link href=../common/css/core.css rel=stylesheet>

<div id=wrap></div>

<script src=../common/js/core.js></script>
<script src=repo.js></script>
7 changes: 0 additions & 7 deletions repo.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,6 @@ function repo_init(){
'title': 'Duel.htm',
});

core_html({
'parent': document.body,
'properties': {
'id': 'wrap',
},
});

reset(true);
setmode(0);
}
Expand Down

0 comments on commit bb3b375

Please sign in to comment.