From 91c202c786c87620a14c52b27856d25031a086df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E9=BB=84=E6=9E=97?= Date: Sun, 10 Sep 2023 01:28:53 +0800 Subject: [PATCH] fix data duplicate --- assets/static/js/index-proxy-list.js | 2 -- 1 file changed, 2 deletions(-) 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'},