Update soft.js

pull/109/head
midoks 3 years ago
parent d5237dedb7
commit 3605086bf3
  1. 2
      route/static/app/soft.js

@ -252,6 +252,8 @@ function toIndexDisplay(name, version, coexist) {
$.post("/plugins/set_index", data, function(rdata) {
if (rdata.status) {
layer.msg(rdata.msg, { icon: 1 })
} else {
layer.msg(rdata.msg, { icon: 2 })
}
},'json');
}

Loading…
Cancel
Save