Skip to content
Snippets Groups Projects
Commit 0348476c authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

update: self executed version of the script

parent 8e441cc4
No related branches found
No related tags found
1 merge request!18update: self executed version of the script
Pipeline #10356 passed with stage
in 1 minute and 5 seconds
......@@ -189,18 +189,14 @@ function addProperFilterToSearchComponents(targetId, filterFormId) {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXX ON LOAD XXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
//This is a trick to avoid Jquery dependance to replace 'ready' method.
function r(f){/in/.test(document.readyState)?setTimeout('r('+f+')',9):f()}
r(function(){
(function() {
refreshPagination();
addProperFilterToSearchComponents("coopedia-search-results-component", "coopedia-search-box-component");
window.setTimeout( function() {
manageAccordionByStep();
}, 3000);
InitManagementForType(3000);
});
})();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment