diff 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
line wrap: on
line diff
--- a/rhodecode/templates/journal/journal.html	Sun Oct 28 22:56:48 2012 +0100
+++ b/rhodecode/templates/journal/journal.html	Mon Oct 29 21:18:14 2012 +0100
@@ -153,7 +153,11 @@
     }    
     
     YUE.on('refresh','click',function(e){
-        ypjax(e.currentTarget.href,"journal",function(){show_more_event();tooltip_activate();});
+        ypjax(e.currentTarget.href,"journal",function(){
+        	show_more_event();
+        	tooltip_activate();
+        	show_changeset_tooltip();
+        	});
         YUE.preventDefault(e);
     });