Lmendev / rollercoin-calculator

🧮 The most accurate and complete Rollercoin calculator
https://lmendev.github.io/rollercoin-calculator
MIT License
17 stars 9 forks source link

Corrections and Add files #25

Closed hellresistor closed 1 year ago

hellresistor commented 1 year ago

Corrections on translation language and links mapping Added about.html in pt and es folders

hellresistor commented 1 year ago

A Issue, in pt/index.html file Not Showing *coin Icon.

I dont understand javascript. But detect if addig inside down line the ||'pt' , is fixed for pt page , but messed for english mainpage, spanish page stays ok. :X

File: ./js/modules/calculator/index.js Line: 62 Code: let prefix = window.location.pathname.split('/').filter(s => s && s !== 'index.html').pop() === 'es'||'pt'? '..' : '.'