Parent Directory
|
Revision Log
|
Patch
| Revision 1.25 by sysadm, Wed Apr 23 10:44:16 2025 UTC | Revision 1.26 by sysadm, Wed Apr 23 11:06:04 2025 UTC | |
|---|---|---|
| # | Line 73 function upload_del(id) | Line 73 function upload_del(id) |
| 73 | return false; | return false; |
| 74 | } | } |
| 75 | ||
| 76 | instance.post('upload_del.php', { | instance.post('upload_service_del.php', { |
| 77 | aid: id, | aid: id, |
| 78 | }) | }) |
| 79 | .then(function (response) { | .then(function (response) { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |