Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
process boom fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev4lexG committed Apr 6, 2023
1 parent bc72e7c commit fd0ba8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sakura",
"preductname": "Sakura Launcher",
"version": "1.1.2",
"version": "1.1.3",
"description": "Launcher creado con 🧡 para la serie Sakura",
"main": "src/app.js",
"author": "Luuxis, lex05",
Expand Down
6 changes: 4 additions & 2 deletions src/assets/js/panels/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Home {
<p>No se pudo obtener información.</p>
</div>
</div>`
news.appendChild(blockNews)
// news.appendChild(blockNews)
}
}

Expand Down Expand Up @@ -190,7 +190,9 @@ class Home {

launch.on('estimated', (time) => {
if (isNaN(time)) {
launch.Launch(opts)
document.querySelector('.text-download').innerHTML =
'Error inesperado.\nReinicia el launcher'
document.querySelector('.text-download').style.margin = '-35%'
return
}
let hours = Math.floor(time / 3600)
Expand Down

0 comments on commit fd0ba8b

Please sign in to comment.