Files @ 1aefa8d864e4
Branch filter:

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

Marcin Kuzminski
Do read only checks on attach as fork of repo list.
We shouldn't leak repo names here to which we don't
have access
//Format is key == name
//    "mark_error_fixed": [ # key
//        "/mark_error_fixed/%(error_id)s", #url template 
//        [ 
//            "error_id" # list of args
//        ]
//    ], 
//
var PROUTES_MAP = {

}