diff --git a/assets/static/js/index-proxy-list.js b/assets/static/js/index-proxy-list.js index 20085cb..f89f241 100644 --- a/assets/static/js/index-proxy-list.js +++ b/assets/static/js/index-proxy-list.js @@ -32,8 +32,6 @@ var loadProxyInfo = (function ($) { * @param proxyType proxy type */ function renderProxyListTable(data, proxyType) { - data = data.concat(data) - data = data.concat(data) var $section = $('#content > section'); var cols = [ {field: 'id', title: '', width: 30, templet: '#toggleProxyInfoArrowTemplate'},