# HG changeset patch # User Marcin Kuzminski # Date 2012-09-23 20:52:30 # Node ID 92d3afab8a2d6c63091e14e699bf9b2f81f8cd9c # Parent 736678a8c881827981e862686227e4ea6f72c8e8 fix selection links on files sources diff --git a/rhodecode/templates/files/files.html b/rhodecode/templates/files/files.html --- a/rhodecode/templates/files/files.html +++ b/rhodecode/templates/files/files.html @@ -89,6 +89,8 @@ var callbacks = function(State){ ypjax_links(); tooltip_activate(); fileBrowserListeners(State.url, State.data.node_list_url, State.data.url_base); + YUE.on('hlcode','mouseup',getSelectionLink("${_('Selection link')}")); + // Inform Google Analytics of the change if ( typeof window.pageTracker !== 'undefined' ) { window.pageTracker._trackPageview(State.url);