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

fix missing dollars

parent bb12b6c4
No related merge requests found
...@@ -10,7 +10,7 @@ var search_page = ''; ...@@ -10,7 +10,7 @@ var search_page = '';
var result_count = 0; var result_count = 0;
// compatibilité Magasin de thème // compatibilité Magasin de thème
if ( search_keywords && ('body').attr('data-template') && $('div.search_result') ) { if ( search_keywords && $('body').attr('data-template') && $('div.search_result') ) {
result_count = $('li.result_count_results').text().match('[0-9]+')[0]; result_count = $('li.result_count_results').text().match('[0-9]+')[0];
search_page = $('li.result_pager span').html().match(' ([0-9]+) /')[1]; search_page = $('li.result_pager span').html().match(' ([0-9]+) /')[1];
tracksearch = true; tracksearch = true;
......
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