clean: code cleaning
This commit is contained in:
@@ -125,18 +125,15 @@
|
||||
<!-- Modals et JavaScript -->
|
||||
<script>
|
||||
function editGeneralConfig() {
|
||||
// TODO: Implémenter modal d'édition
|
||||
alert('Fonctionnalité en cours de développement');
|
||||
alert('Édition de configuration générale - Fonctionnalité en développement');
|
||||
}
|
||||
|
||||
function exportConfig() {
|
||||
// TODO: Implémenter export
|
||||
alert('Fonctionnalité en cours de développement');
|
||||
alert('Export de configuration - Fonctionnalité en développement');
|
||||
}
|
||||
|
||||
function importConfig() {
|
||||
// TODO: Implémenter import
|
||||
alert('Fonctionnalité en cours de développement');
|
||||
alert('Import de configuration - Fonctionnalité en développement');
|
||||
}
|
||||
|
||||
function resetConfig() {
|
||||
|
||||
Reference in New Issue
Block a user