Skip to content
Snippets Groups Projects
Commit 486f6973 authored by Mike Greiling's avatar Mike Greiling
Browse files

fix broken ajax for large repository trees (regression caused in !7208)

parent 03933cd2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -14,8 +14,8 @@
// Load more commit logs for each file in tree
// if we still on the same page
var url = "#{escape_javascript(@more_log_url)}";
ajaxGet(url);
gl.utils.ajaxGet(url);
}
 
:plain
gl.utils.localTimeAgo($('.js-timeago', 'table.table_#{@hex_path} tbody'));
\ No newline at end of file
gl.utils.localTimeAgo($('.js-timeago', 'table.table_#{@hex_path} tbody'));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment