提交 486f6973 编写于 作者: M Mike Greiling

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

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册