Show More
@@ -156,11 +156,14 | |||
|
156 | 156 | } |
|
157 | 157 | |
|
158 | 158 | YUD.get('pull_request_overview').innerHTML = "${_('Loading ...')}"; |
|
159 | ypjax(url,'pull_request_overview'); | |
|
160 | ||
|
159 | 161 | YUD.get('pull_request_overview_url').href = url; // shouldn't have as_form ... but ... |
|
160 | 162 | YUD.setStyle(YUD.get('pull_request_overview_url').parentElement,'display',''); |
|
161 | ypjax(url,'pull_request_overview', function(data){ | |
|
163 | ||
|
162 | 164 |
|
|
163 | 165 |
|
|
166 | ||
|
164 | 167 |
|
|
165 | 168 |
|
|
166 | 169 |
|
@@ -172,13 +175,13 | |||
|
172 | 175 |
|
|
173 | 176 |
|
|
174 | 177 |
|
|
178 | ||
|
175 | 179 |
|
|
176 | 180 |
|
|
177 | 181 |
|
|
178 | 182 |
|
|
179 | 183 |
|
|
180 | 184 |
|
|
181 | }) | |
|
182 | 185 | } |
|
183 | 186 | |
|
184 | 187 | ## refresh automatically when something changes (org_repo can't change) |
General Comments 0
You need to be logged in to leave comments.
Login now