Commit 486f6973 authored by Mike Greiling's avatar Mike Greiling

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

parent 03933cd2
......@@ -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'));
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment