Show More
@@ -146,12 +146,12 b'' | |||
|
146 | 146 | |
|
147 | 147 | var select_refs = YUQ('#pull_request_form select.refs') |
|
148 | 148 | var rev_data = { |
|
149 |
|
|
|
150 |
|
|
|
151 |
|
|
|
152 |
|
|
|
153 |
'other_ref': other_ref[ |
|
|
154 |
'other_ref_type': |
|
|
149 | 'org_repo': org_repo, | |
|
150 | 'org_ref': org_ref[2], | |
|
151 | 'org_ref_type': 'rev', | |
|
152 | 'other_repo': other_repo, | |
|
153 | 'other_ref': other_ref[2], | |
|
154 | 'other_ref_type': 'rev', | |
|
155 | 155 | }; // gather the org/other ref and repo here |
|
156 | 156 | |
|
157 | 157 | for (k in rev_data){ |
General Comments 0
You need to be logged in to leave comments.
Login now