##// END OF EJS Templates
pullrequest: show 'loading' while waiting for compare_url to load
Mads Kiilerich -
r3438:cf3c2fce beta
parent child Browse files
Show More
@@ -158,6 +158,7
158 url = url.replace('__'+k+'__',rev_data[k]);
158 url = url.replace('__'+k+'__',rev_data[k]);
159 }
159 }
160
160
161 YUD.get('pull_request_overview').innerHTML = "${_('Loading ...')}";
161 ypjax(url,'pull_request_overview', function(data){
162 ypjax(url,'pull_request_overview', function(data){
162 var sel_box = YUQ('#pull_request_form #other_repo')[0];
163 var sel_box = YUQ('#pull_request_form #other_repo')[0];
163 var repo_name = sel_box.options[sel_box.selectedIndex].value;
164 var repo_name = sel_box.options[sel_box.selectedIndex].value;
General Comments 0
You need to be logged in to leave comments. Login now