Show More
@@ -271,7 +271,8 b'' | |||
|
271 | 271 | 'source_ref_type': 'rev', |
|
272 | 272 | 'target_ref': sourceRef[2], |
|
273 | 273 | 'target_ref_type': 'rev', |
|
274 | 'merge': true | |
|
274 | 'merge': true, | |
|
275 | '_': Date.now() // bypass browser caching | |
|
275 | 276 | }; // gather the source/target ref and repo here |
|
276 | 277 | |
|
277 | 278 | if (sourceRef.length !== 3 || targetRef.length !== 3) { |
General Comments 0
You need to be logged in to leave comments.
Login now