Skip to content
Snippets Groups Projects
Commit d3f4cf2f authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

vieux code commenté. Le ^Cchier doit disparaître !

parent 0ce26064
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,12 @@ class PagerPlugin extends Plugin{
}
run(){
if($("#routeList").length){
//changes each route list link target in order to use pager's functions
$("#routeEntries a").each(function(){
$(this).attr("href", $(this).attr("href").replace("parcours/","") + "/page/1");
})
}
// if($("#routeList").length){
// //changes each route list link target in order to use pager's functions
// $("#routeEntries a").each(function(){
// $(this).attr("href", $(this).attr("href").replace("parcours/","") + "/page/1");
// })
// }
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment