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