comparison rhodecode/templates/bookmarks/bookmarks.html @ 3707:93de03499097 beta

shortlog: show all refs (bookmarks,tags,branches) in one dedicated column - rename confusing name bookbook to booktag (as others similar names)
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 07 Apr 2013 23:11:17 +0200
parents 690a955ba785
children 574825da0d4e
comparison
equal deleted inserted replaced
3706:4e28db85edf7 3707:93de03499097
65 myDataTable.subscribe('postRenderEvent',function(oArgs) { 65 myDataTable.subscribe('postRenderEvent',function(oArgs) {
66 tooltip_activate(); 66 tooltip_activate();
67 var func = function(node){ 67 var func = function(node){
68 return node.parentNode.parentNode.parentNode.parentNode.parentNode; 68 return node.parentNode.parentNode.parentNode.parentNode.parentNode;
69 } 69 }
70 q_filter('q_filter_bookmarks',YUQ('div.table tr td .logbooks .bookbook a'),func); 70 q_filter('q_filter_bookmarks',YUQ('div.table tr td .logbooks .booktag a'),func);
71 }); 71 });
72 72
73 </script> 73 </script>
74 74
75 75