comparison rhodecode/public/js/pyroutes_map.js @ 3388:cb40b3f6428c beta

review members are dynamically changed based on selected other_repo owner - implemented pyroutes for smarter JS url handling - fixed some old style global var routing
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 20 Feb 2013 01:59:50 +0100
parents
children
comparison
equal deleted inserted replaced
3387:bd5420ea396b 3388:cb40b3f6428c
1 //Format is key == name
2 // "mark_error_fixed": [ # key
3 // "/mark_error_fixed/%(error_id)s", #url template
4 // [
5 // "error_id" # list of args
6 // ]
7 // ],
8 //
9 var PROUTES_MAP = {
10
11 }