diff --git a/rhodecode/public/js/pyroutes_map.js b/rhodecode/public/js/pyroutes_map.js new file mode 100644 --- /dev/null +++ b/rhodecode/public/js/pyroutes_map.js @@ -0,0 +1,11 @@ +//Format is key == name +// "mark_error_fixed": [ # key +// "/mark_error_fixed/%(error_id)s", #url template +// [ +// "error_id" # list of args +// ] +// ], +// +var PROUTES_MAP = { + +} \ No newline at end of file