Fixes https://pagure.io/pagure/issue/708
Was this print for debug ? or is it needed ?
No it's a left over indeed
Not sure what this is doing but here noJS("img") differs from the pull_request.html where it is noJS("ignore=img")
noJS("img")
noJS("ignore=img")
It's a different syntax but will do the same thing: https://pagure.io/pagure/blob/master/f/pagure/ui/filters.py#_363
Syntax adjusted so that we are consistent
Looks good to me :)
Thanks :)