How to remove a hash (#) from a hash added when setting an existing hash to an empty line:
location.hash = 'blablabla'; location.hash = '';
After the specified code has been executed, the grid (#) remains in the address bar. How to remove it?
How to remove a hash (#) from a hash added when setting an existing hash to an empty line:
location.hash = 'blablabla'; location.hash = '';
After the specified code has been executed, the grid (#) remains in the address bar. How to remove it?
Source: https://ru.stackoverflow.com/questions/511264/
All Articles