EMAPS / climaps-platform

A global issue atlas of climate change adaptation
http://www.climaps.eu
Other
4 stars 1 forks source link

Remove google's tracking from links #52

Closed ErikBorra closed 10 years ago

ErikBorra commented 10 years ago

links in a text still have a 'google link', see e.g. the link from cortext on http://labs.densitydesign.org/emaps/site/#/map/two-decades-of-unfccc-negotiations-on-mitigation-and-adaptation-1995-2013

mikima commented 10 years ago

@danieleguido you should solve it in drive-out.

mikima commented 10 years ago

@danieleguido says:

nella funzione clean aggiungere all'inizio

.replace(/http:\/\/www.google.com\/url\?q=(.*)?/, function(t, m){ return m? decodeURIComponent(m): t})

@fenicento can you check it?