Hi All,
i have a site with hotspot component, in the homepage i display the map with all category of hotspot.
So the url is index.php?lang=es#!/catid=4;15;13;8;6;12;1;11;5;2;9;3;7;14;10
the customer says is a very bad url for the home, in the code i've seen this part
if(window.location.hash == '') {
window.location.hash = '!/catid='+hotspots.DefaultOptions.startCat;
}
how can i hide the hash?
can i set a var only for the home without the hash?
in wich file i can set this?
Please any suggestions i'll appreciate..Thank you so much!