Plugin system update

This commit is contained in:
bergware
2022-07-08 23:07:53 +02:00
parent 9385c45d2c
commit d281b02c0e
@@ -297,7 +297,7 @@ function openChanges(cmd,title,nchan) {
$.post('/webGui/include/StartCommand.php',{cmd:cmd+' nchan'},function(pid) {
if (pid==0) return;
startStopNchan('start',nchan);
swal({title:title,text:"<pre id='body'></pre><hr>",html:true,animation:'none',confirmButtonText:"<?=_('Close')?>"},function(){
swal({title:title,text:"<pre id='body'></pre><hr>",html:true,animation:'none',confirmButtonText:"<?=_('Done')?>"},function(){
startStopNchan('stop',nchan);
$('.sweet-alert').hide('fast').removeClass('nchan');
});