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

This commit is contained in:
Mike Greiling 2016-11-18 13:52:07 -06:00
parent 03933cd279
commit 486f69735c
1 changed files with 2 additions and 2 deletions

View File

@ -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'));
gl.utils.localTimeAgo($('.js-timeago', 'table.table_#{@hex_path} tbody'));