minor clean up
parent
8469de215e
commit
05f6b02308
|
@ -182,9 +182,6 @@ img{max-width:100%}
|
|||
.dot-orange {background:#c49a68}
|
||||
.dot-grey {background:#777}
|
||||
|
||||
|
||||
|
||||
|
||||
.os_bars{width:600px;display:inline-block;padding:5px 0 0 10px}
|
||||
@media screen and (max-width: 600px){
|
||||
.os_bars{width:200px;}
|
||||
|
|
|
@ -295,7 +295,6 @@ $.aC.e.on('click','.delete',function(e){
|
|||
e.html='Do you want to delete <b>'+e.account.mail+'</b>? You cannot recover this account. Files will remain in the filesystem. If you choose to create an account with the same Group Key it will have the previous events activated in that account.'
|
||||
$.confirm.body.html(e.html)
|
||||
$.confirm.click({title:'Delete',class:'btn-danger'},function(){
|
||||
// $.ccio.cx({f:'accounts',ff:'delete',account:e.account})
|
||||
$.post('<%=originalURL%><%=config.webPaths.superApiPrefix%>'+$user.sessionKey+'/accounts/deleteAdmin',{
|
||||
account : e.account,
|
||||
// "deleteSubAccounts" : "1",
|
||||
|
|
Loading…
Reference in New Issue