comparison rhodecode/templates/forks/forks_data.html @ 2973:9937afa7f093 beta

whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 29 Oct 2012 21:27:05 +0100
parents 2bfcec6a3985
children b4f401524060
comparison
equal deleted inserted replaced
2972:8f5e2206e326 2973:9937afa7f093
28 YUE.onDOMReady(function(){ 28 YUE.onDOMReady(function(){
29 YUE.delegate("forks","click",function(e, matchedEl, container){ 29 YUE.delegate("forks","click",function(e, matchedEl, container){
30 ypjax(e.target.href,"forks",function(){ 30 ypjax(e.target.href,"forks",function(){
31 show_more_event(); 31 show_more_event();
32 tooltip_activate(); 32 tooltip_activate();
33 show_changeset_tooltip(); 33 show_changeset_tooltip();
34 }); 34 });
35 YUE.preventDefault(e); 35 YUE.preventDefault(e);
36 },'.pager_link'); 36 },'.pager_link');
37 }); 37 });
38 </script> 38 </script>