# HG changeset patch # User Marcin Kuzminski # Date 1348433550 -7200 # Node ID 92d3afab8a2d6c63091e14e699bf9b2f81f8cd9c # Parent 736678a8c881827981e862686227e4ea6f72c8e8 fix selection links on files sources diff -r 736678a8c881 -r 92d3afab8a2d rhodecode/templates/files/files.html --- a/rhodecode/templates/files/files.html Sun Sep 23 17:33:53 2012 +0200 +++ b/rhodecode/templates/files/files.html Sun Sep 23 22:52:30 2012 +0200 @@ -89,6 +89,8 @@ 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);