comparison rhodecode/templates/followers/followers_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
20 YUE.onDOMReady(function(){ 20 YUE.onDOMReady(function(){
21 YUE.delegate("followers","click",function(e, matchedEl, container){ 21 YUE.delegate("followers","click",function(e, matchedEl, container){
22 ypjax(e.target.href,"followers",function(){ 22 ypjax(e.target.href,"followers",function(){
23 show_more_event(); 23 show_more_event();
24 tooltip_activate(); 24 tooltip_activate();
25 show_changeset_tooltip(); 25 show_changeset_tooltip();
26 }); 26 });
27 YUE.preventDefault(e); 27 YUE.preventDefault(e);
28 },'.pager_link'); 28 },'.pager_link');
29 }); 29 });
30 </script> 30 </script>