diff options
| author | polo <ordipolo@gmx.fr> | 2025-04-29 00:27:06 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2025-04-29 00:27:06 +0200 |
| commit | 5fc1a655e0271b583f3caa009524ea9d99a8bd3e (patch) | |
| tree | 6af87a085a403dbf123907d26dfde7eed1765da4 /public/js | |
| parent | 962d315ec0c99974df3dc2261bf94c54ca8cdbdd (diff) | |
| download | cms-5fc1a655e0271b583f3caa009524ea9d99a8bd3e.tar.gz cms-5fc1a655e0271b583f3caa009524ea9d99a8bd3e.tar.bz2 cms-5fc1a655e0271b583f3caa009524ea9d99a8bd3e.zip | |
page menu et chemins, partie4
Diffstat (limited to 'public/js')
| -rw-r--r-- | public/js/menu.js | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/js/menu.js b/public/js/menu.js index a864597..ac6d35e 100644 --- a/public/js/menu.js +++ b/public/js/menu.js | |||
| @@ -237,4 +237,15 @@ function checkMenuEntry(page_id){ | |||
| 237 | .catch(error => { | 237 | .catch(error => { |
| 238 | console.error('Erreur:', error); | 238 | console.error('Erreur:', error); |
| 239 | }); | 239 | }); |
| 240 | } | ||
| 241 | |||
| 242 | |||
| 243 | function editUrlEntry(page_id){ | ||
| 244 | const selected_div = document.getElementById(page_id); | ||
| 245 | console.log(selected_div.id); | ||
| 246 | } | ||
| 247 | |||
| 248 | function deleteUrlEntry(page_id){ | ||
| 249 | const selected_div = document.getElementById(page_id); | ||
| 250 | console.log(selected_div.id); | ||
| 240 | } \ No newline at end of file | 251 | } \ No newline at end of file |
