##// END OF EJS Templates
fix selection links on files sources
marcink -
r2867:92d3afab beta
parent child Browse files
Show More
@@ -89,6 +89,8 b' var callbacks = function(State){'
89 ypjax_links();
89 ypjax_links();
90 tooltip_activate();
90 tooltip_activate();
91 fileBrowserListeners(State.url, State.data.node_list_url, State.data.url_base);
91 fileBrowserListeners(State.url, State.data.node_list_url, State.data.url_base);
92 YUE.on('hlcode','mouseup',getSelectionLink("${_('Selection link')}"));
93
92 // Inform Google Analytics of the change
94 // Inform Google Analytics of the change
93 if ( typeof window.pageTracker !== 'undefined' ) {
95 if ( typeof window.pageTracker !== 'undefined' ) {
94 window.pageTracker._trackPageview(State.url);
96 window.pageTracker._trackPageview(State.url);
General Comments 0
You need to be logged in to leave comments. Login now