Files @ 31e119cb02ef
Branch filter:

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

Bradley M. Kuhn
Remove license check code: GPL'd works like this should be unencumbered.
//Format is key == name
//    "mark_error_fixed": [ # key
//        "/mark_error_fixed/%(error_id)s", #url template 
//        [ 
//            "error_id" # list of args
//        ]
//    ], 
//
var PROUTES_MAP = {

}