From 7230724a37a5200c99739e5041c5f43ce373dbba Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 29 Nov 2018 21:04:13 +0800 Subject: [PATCH] u --- data/json/index.json | 1 - static/js/soft.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 data/json/index.json diff --git a/data/json/index.json b/data/json/index.json deleted file mode 100644 index 5a6978861..000000000 --- a/data/json/index.json +++ /dev/null @@ -1 +0,0 @@ -["php-72", "php-56", "memcached-1.5"] \ No newline at end of file diff --git a/static/js/soft.js b/static/js/soft.js index 3041be2bc..cad46c3fe 100755 --- a/static/js/soft.js +++ b/static/js/soft.js @@ -92,7 +92,7 @@ function GetSList(isdisplay) { } var condition = (search + type + page).slice(1); - $.post('/plugins/list?' + condition, '', function(rdata) { + $.get('/plugins/list?' + condition, '', function(rdata) { layer.close(loadT); var tBody = ''; var sBody = '';