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