Automate installation process;
Add command line prompt to set configurations; Update document README.
This commit is contained in:
parent
2cdba527f6
commit
5fd6a6c710
8 changed files with 136 additions and 22 deletions
|
@ -239,7 +239,7 @@ window.onload = async function(){
|
|||
elementDiv.appendChild(elementP2);
|
||||
let elementSpan = document.createElement('span');
|
||||
elementSpan.id = 'return';
|
||||
elementSpan.textContent = 'Return';
|
||||
elementSpan.textContent = 'Continue Reading';
|
||||
elementSpan.addEventListener ('click', function() {
|
||||
document.querySelector('#selection-page').remove();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue