Skip to content
Snippets Groups Projects
Commit bb12b6c4 authored by Arthur Suzuki's avatar Arthur Suzuki
Browse files

fix decodeURI

parent 3f575730
No related merge requests found
......@@ -3,7 +3,7 @@
try {
var _paq = _paq || [];
var tracksearch = false;
var search_keywords = (keywords = document.URL.match('expressionRecherche/([^/]+)')) ? decodeUri(keywords[1]) : '';
var search_keywords = (keywords = document.URL.match('expressionRecherche/([^/]+)')) ? decodeURI(keywords[1]) : '';
var search_type = (type = document.URL.match('recherche/([^/]+)')) ? type[1] : '';
var search_facets = '';
var search_page = '';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment