Files @ 4f31439c90d3
Branch filter:

Location: kallithea/rhodecode/public/js/pyroutes_map.js - annotation

Mads Kiilerich
pull requests: use org_ref with correct symbolic name instead of fake one

So far this is only cosmetic, but it might make a difference for further
processing of a PR.
//Format is key == name
//    "mark_error_fixed": [ # key
//        "/mark_error_fixed/%(error_id)s", #url template 
//        [ 
//            "error_id" # list of args
//        ]
//    ], 
//
var PROUTES_MAP = {

}