Skip to content
Snippets Groups Projects
Commit b111f79e authored by Henri-Damien LAURENT's avatar Henri-Damien LAURENT
Browse files

Adaptation page max Magasin de thèmes

parent 3f3bb2a1
Branches sys-bobun
No related merge requests found
......@@ -12,7 +12,7 @@ var result_count = 0;
// compatibilité Magasin de thème
if ( search_keywords && $('body').attr('data-template') && $('div.search_result') ) {
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 input[name="page"]').attr('max');
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