Hi @arminunruh, i cant make it work on my project index.
this is what i type in:
script>
var ids_to_ignore: [177, 70];
ids_to_ignore.forEach(function(id){
jQuery(document).off("click", 'a.projectindex-project-link[data-id="'+id+'"]');
}
but it always gives me an error: expected IDENT at line 2, col 21. can,t find a solution for it..
i have a list of projects but just want to show some of them, and the rest of them keeping them in my index only
hope you can help me with this one. thanks!
B
brumistudio
@brumistudio
Posts
-
make a project index unclickable