comparison rhodecode/templates/base/root.html @ 2971:2bfcec6a3985 beta

new tooltip implementation - added lazy loading of changeset tooltips for journal data
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 29 Oct 2012 21:18:14 +0100
parents 58bb350bfef8
children 95f03f8f5f9a
comparison
equal deleted inserted replaced
2970:6248c6fb1fcf 2971:2bfcec6a3985
128 return false; 128 return false;
129 } 129 }
130 YUE.onDOMReady(function(){ 130 YUE.onDOMReady(function(){
131 tooltip_activate(); 131 tooltip_activate();
132 show_more_event(); 132 show_more_event();
133 show_changeset_tooltip();
133 134
134 YUE.on('quick_login_link','click',function(e){ 135 YUE.on('quick_login_link','click',function(e){
135 // make sure we don't redirect 136 // make sure we don't redirect
136 YUE.preventDefault(e); 137 YUE.preventDefault(e);
137 138