mirror of
https://github.com/yhl452493373/frps-panel.git
synced 2026-04-04 06:16:59 +08:00
fix data duplicate
This commit is contained in:
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user