PUSHPROD settings v 0.1

This commit is contained in:
Jokob-sk
2022-12-23 23:43:33 +11:00
parent eb96791223
commit b7cbb39b51
2 changed files with 80 additions and 84 deletions

View File

@@ -308,7 +308,7 @@ $db->close();
success: function(data, textStatus) {
// $("#result").html(data);
console.log(data);
showModalDefault ('Result', data + "<br/><b>Restart the container for the chanegs to take effect.</b>");
showModalDefault ('Result', data );
}
})
}