comparison rhodecode/templates/index_base.html @ 3168:2fb94c52e20e beta

whitespace cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 18 Jan 2013 01:05:23 +0100
parents 0cb48c083c6b
children b4f401524060
comparison
equal deleted inserted replaced
3167:87258a137018 3168:2fb94c52e20e
211 myDataTable.subscribe('postRenderEvent',function(oArgs) { 211 myDataTable.subscribe('postRenderEvent',function(oArgs) {
212 tooltip_activate(); 212 tooltip_activate();
213 quick_repo_menu(); 213 quick_repo_menu();
214 var func = function(node){ 214 var func = function(node){
215 return node.parentNode.parentNode.parentNode.parentNode; 215 return node.parentNode.parentNode.parentNode.parentNode;
216 } 216 }
217 q_filter('q_filter',YUQ('div.table tr td a.repo_name'),func); 217 q_filter('q_filter',YUQ('div.table tr td a.repo_name'),func);
218 }); 218 });
219 219
220 </script> 220 </script>
221 % else: 221 % else: