Files @ f76097d6ed2f
Branch filter:

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

Marcin Kuzminski
Changed search test to perform search on result < 10.
We cannot assume order of search results in some cases
this test my fail
//Format is key == name
//    "mark_error_fixed": [ # key
//        "/mark_error_fixed/%(error_id)s", #url template 
//        [ 
//            "error_id" # list of args
//        ]
//    ], 
//
var PROUTES_MAP = {

}