Browse Source

Remove fbcid kind of tracking query params from URL

pull/1/head
Harish Karumuthil 5 years ago
parent
commit
4d3cbc3c03
  1. 3
      index.html

3
index.html

@ -77,6 +77,9 @@
}
(function(){
if(location.search.length){
location.search = '';
}
if(location.hash.length > 20 ){
var data = decodeURIComponent( location.hash.slice(1) ).split(';');

Loading…
Cancel
Save