barometer
barometer copied to clipboard
when click on "Feedback" takes redirect - reason href="#"
This error happens when site uses BASE html tag with another location of the seen page, so href="#" will really links to http://site.com/# its fires redirect to main page.
Pls change it to something href="javascript:void(0);" or something same