comparison rhodecode/templates/journal/journal.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 301773d07012
children 9937afa7f093
comparison
equal deleted inserted replaced
2970:6248c6fb1fcf 2971:2bfcec6a3985
151 var tabHash = url[1]; 151 var tabHash = url[1];
152 tabs[tabHash](); 152 tabs[tabHash]();
153 } 153 }
154 154
155 YUE.on('refresh','click',function(e){ 155 YUE.on('refresh','click',function(e){
156 ypjax(e.currentTarget.href,"journal",function(){show_more_event();tooltip_activate();}); 156 ypjax(e.currentTarget.href,"journal",function(){
157 show_more_event();
158 tooltip_activate();
159 show_changeset_tooltip();
160 });
157 YUE.preventDefault(e); 161 YUE.preventDefault(e);
158 }); 162 });
159 163
160 164
161 // main table sorting 165 // main table sorting