zone117x / node-cryptonote-pool

Mining pool for CryptoNote based coins such as Bytecoin and Monero
GNU General Public License v2.0
823 stars 1.14k forks source link

Web UI loads indefinitely #381

Closed OlMi1 closed 2 years ago

OlMi1 commented 2 years ago

Web UI is being navigated to and loads forever. Once switching pages and switching back to home it works fine though.

OlMi1 commented 2 years ago

Fixed by adding:

<body onload="showHomePage();">

<script>
function showHomePage() {
    routePage();
}
</script>

after the <script> block and before <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> in the index.html