comparison rhodecode/templates/pullrequests/pullrequest_show.html @ 3149:68f9c216377d beta

white space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 05 Jan 2013 02:26:39 +0100
parents e26c11b68850
children 2ab2eed4a70a
comparison
equal deleted inserted replaced
3148:b31984972e95 3149:68f9c216377d
196 }); 196 });
197 197
198 // inject comments into they proper positions 198 // inject comments into they proper positions
199 var file_comments = YUQ('.inline-comment-placeholder'); 199 var file_comments = YUQ('.inline-comment-placeholder');
200 renderInlineComments(file_comments); 200 renderInlineComments(file_comments);
201 201
202 YUE.on(YUD.get('update_pull_request'),'click',function(e){ 202 YUE.on(YUD.get('update_pull_request'),'click',function(e){
203 updateReviewers(); 203 updateReviewers();
204 }) 204 })
205 }) 205 })
206 </script> 206 </script>