Changeset - 92d3afab8a2d
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-09-23 22:52:30
marcin@python-works.com
fix selection links on files sources
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/files/files.html
Show inline comments
 
@@ -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);
0 comments (0 inline, 0 general)