codeezzi / utility

Utility is meant to be a simple easy to use unit conversion website plus bunch of utility tools. This will be a static website made completly from HTML,CSS and Javascript or any other Frontend Framwork.
http://codeezzi-utility.surge.sh/
Apache License 2.0
12 stars 55 forks source link

Bug in template.js #134

Closed shubham2704 closed 4 years ago

shubham2704 commented 4 years ago

Description :

when we try to navigate from one tool to another, for example if we are on density conversion tool ##### PATH /conversionTools/density/density.html and we try to navigate to energy conversion tool then it is unable to get the path because the path that gets passed is /conversionTools/density/conversionTools/Energy/energy.html instead of /conversionTools/Energy/energy.html.

@negarjf Try to solve the problem

xstable commented 4 years ago

I'll have a look at this.