comparison rhodecode/templates/files/files.html @ 3029:685ebc84c2e9 beta

White space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 26 Nov 2012 20:14:40 +0100
parents adf8ee7b8f2a
children b4f401524060
comparison
equal deleted inserted replaced
3028:30a226406fa4 3029:685ebc84c2e9
89 89
90 var callbacks = function(State){ 90 var callbacks = function(State){
91 ypjax_links(); 91 ypjax_links();
92 tooltip_activate(); 92 tooltip_activate();
93 fileBrowserListeners(State.url, State.data.node_list_url, State.data.url_base); 93 fileBrowserListeners(State.url, State.data.node_list_url, State.data.url_base);
94 94
95 if(YUD.get('hlcode')){ 95 if(YUD.get('hlcode')){
96 YUE.on('hlcode', 'mouseup', getSelectionLink); 96 YUE.on('hlcode', 'mouseup', getSelectionLink);
97 } 97 }
98 //console.log(State); 98 //console.log(State);
99 if(YUD.get('load_node_history')){ 99 if(YUD.get('load_node_history')){