##// END OF EJS Templates
pullrequests: force ajax request to not use browser cache fixes #4002
dan -
r163:7160ae17 default
parent child Browse files
Show More
@@ -271,7 +271,8 b''
271 'source_ref_type': 'rev',
271 'source_ref_type': 'rev',
272 'target_ref': sourceRef[2],
272 'target_ref': sourceRef[2],
273 'target_ref_type': 'rev',
273 'target_ref_type': 'rev',
274 'merge': true
274 'merge': true,
275 '_': Date.now() // bypass browser caching
275 }; // gather the source/target ref and repo here
276 }; // gather the source/target ref and repo here
276
277
277 if (sourceRef.length !== 3 || targetRef.length !== 3) {
278 if (sourceRef.length !== 3 || targetRef.length !== 3) {
General Comments 0
You need to be logged in to leave comments. Login now