view rhodecode/public/js/pyroutes_map.js @ 4165:330d935054ca rhodecode-2.2.5-gpl

rhodecode.js: use last_rev_raw field for revisionSort and raw_date for dateSort, numerical, default 0
author Mads Kiilerich <madski@unity3d.com>
date Wed, 02 Jul 2014 19:03:27 -0400
parents cb40b3f6428c
children
line wrap: on
line source

//Format is key == name
//    "mark_error_fixed": [ # key
//        "/mark_error_fixed/%(error_id)s", #url template 
//        [ 
//            "error_id" # list of args
//        ]
//    ], 
//
var PROUTES_MAP = {

}