Show More
@@ -119,6 +119,10 b' function setRCMouseBindings(repoName, re' | |||||
119 | 'f_path': '' |
|
119 | 'f_path': '' | |
120 | }); |
|
120 | }); | |
121 | }); |
|
121 | }); | |
|
122 | Mousetrap.bind(['g p'], function(e) { | |||
|
123 | window.location = pyroutes.url( | |||
|
124 | 'pullrequest_show_all', {'repo_name': repoName}); | |||
|
125 | }); | |||
122 | Mousetrap.bind(['g o'], function(e) { |
|
126 | Mousetrap.bind(['g o'], function(e) { | |
123 | window.location = pyroutes.url( |
|
127 | window.location = pyroutes.url( | |
124 | 'edit_repo', {'repo_name': repoName}); |
|
128 | 'edit_repo', {'repo_name': repoName}); |
General Comments 0
You need to be logged in to leave comments.
Login now