Skip to content

Commit 3c2f6b2

Browse files
committed
feat: get the sessions
1 parent b551082 commit 3c2f6b2

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

assets/script/index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
var type = document.querySelector('body > main > section#type');
2+
var scope = document.querySelector('body > main > section#scope');
3+
var summary = document.querySelector('body > main > section#summary');
4+
var body = document.querySelector('body > main > section#body');
5+
var footer = document.querySelector('body > main > section#footer');
6+
var significantChange = document.querySelector('body > main > section#significantChange');
7+
var result = document.querySelector('body > main > section#result');

0 commit comments

Comments
 (0)