Skip to content

Commit

Permalink
EticaGUI Release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Wad committed Jul 28, 2023
1 parent a15b770 commit 3d227ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions cooling.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<body>
<script>
var loading_screen = pleaseWait({logo: "assets/images/etica-logo-fond-noir.png", backgroundColor: "#000000", loadingHtml: "<div class='spinner'><div class='bounce bounce1'></div><div class='bounce bounce2'></div><div class='bounce bounce3'></div></div><div class='loadingText' style='color:#ffffff;font-family:juramedium;'>Heap memory cooling, please wait...</div>"});
var loading_screen = pleaseWait({logo: "assets/images/etica-logo-fond-noir.png", backgroundColor: "#000000", loadingHtml: "<div class='spinner'><div class='bounce bounce1'></div><div class='bounce bounce2'></div><div class='bounce bounce3'></div></div><div class='loadingText' style='color:#ffffff;font-family:juramedium;'>Optimizing memory usage. Please wait...</div>"});

$(window).on("beforeunload", function () {
EticaBlockchain.closeConnection();
Expand Down Expand Up @@ -89,7 +89,7 @@
//console.log('Current total_heap_siz heap usage limit (from cooling): ', (heapStats.total_heap_size / limitReference) * 100, '%');

if( (heapStats.total_physical_size <= limitReference) || (heapStats.total_heap_size <= limitReference)){

ReloadHandler.SetReloadWindowOn();
window.location.replace('./index.html');
}
}, 10000);
Expand Down Expand Up @@ -181,6 +181,7 @@
<div id='ResyncTxsProgress'><div class='loaderspinner' style="position: absolute;top: 45%;left: 47%;"></div><div style="position: absolute;top: 50%;left: 33%;">Transactions Rescync initiated, it may take few minutes please wait...</div><p id='ResyncTxsProgressP'></p></div>
<script>
// You can also require other files to run in this process
require('./renderer/reloadhandlerfront.js');
</script>
</div>

Expand Down
2 changes: 1 addition & 1 deletion coolingscanning.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<body>
<script>
var loading_screen = pleaseWait({logo: "assets/images/etica-logo-fond-noir.png", backgroundColor: "#000000", loadingHtml: "<div class='spinner'><div class='bounce bounce1'></div><div class='bounce bounce2'></div><div class='bounce bounce3'></div></div><div class='loadingText' style='color:#ffffff;font-family:juramedium;'>Heap memory cooling, please wait...</div>"});
var loading_screen = pleaseWait({logo: "assets/images/etica-logo-fond-noir.png", backgroundColor: "#000000", loadingHtml: "<div class='spinner'><div class='bounce bounce1'></div><div class='bounce bounce2'></div><div class='bounce bounce3'></div></div><div class='loadingText' style='color:#ffffff;font-family:juramedium;'>Optimizing memory usage. Please wait... </div>"});

$(window).on("beforeunload", function () {
EticaBlockchain.closeConnection();
Expand Down

0 comments on commit 3d227ee

Please sign in to comment.