Changeset - cf3c2fce197e
[Not reviewed]
beta
0 1 0
Mads Kiilerich - 13 years ago 2013-02-28 23:17:26
madski@unity3d.com
Grafted from: 760946bd7af2
pullrequest: show 'loading' while waiting for compare_url to load
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/pullrequests/pullrequest.html
Show inline comments
 
@@ -158,6 +158,7 @@
 
    	  url = url.replace('__'+k+'__',rev_data[k]);
 
      }
 

	
 
      YUD.get('pull_request_overview').innerHTML = "${_('Loading ...')}";
 
      ypjax(url,'pull_request_overview', function(data){
 
          var sel_box = YUQ('#pull_request_form #other_repo')[0];
 
          var repo_name = sel_box.options[sel_box.selectedIndex].value;
0 comments (0 inline, 0 general)