forknote / forknote-pool

Mining pool for Bytecoin/Forknote based coins such as Bytecoin and Dashcoin.
https://github.com/forknote/forknote-pool
GNU General Public License v2.0
122 stars 185 forks source link

Error loading index.html #17

Closed KittyCatTech closed 7 years ago

KittyCatTech commented 7 years ago

I am getting this error: "Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode" on line 317 in index.html

Please change this line form: let title = $(".navbar-brand").text(); to var title = $(".navbar-brand").text();

pmitchev commented 7 years ago

Hey mate, Thank you for your contribution. You can make pull requests anytime by the way if you have a fix for a bug.

pmitchev commented 7 years ago

Fixed in this commit: https://github.com/forknote/forknote-pool/commit/03dfe04e88d5faf8889ae3d850b24804a3d891d8