Update config.js

pull/130/head
midoks 4 years ago
parent 72cc37956e
commit 8ec2de5fbe
  1. 2
      route/static/app/config.js

@ -21,7 +21,7 @@ $(".set-submit").click(function(){
//关闭面板
function closePanel(){
layer.confirm('关闭面板会导致您无法访问面板 ,您真的要关闭宝塔Linux面板吗?',{title:'关闭面板',closeBtn:2,icon:13,cancel:function(){
layer.confirm('关闭面板会导致您无法访问面板 ,您真的要关闭Linux面板吗?',{title:'关闭面板',closeBtn:2,icon:13,cancel:function(){
$("#closePl").prop("checked",false);
}}, function() {
$.post('/config/close_panel','',function(rdata){

Loading…
Cancel
Save