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 = '';