Update from a long time

This commit is contained in:
root
2024-09-19 23:45:46 +02:00
parent 5a9fdeff2d
commit f4dbaa225c
14 changed files with 51 additions and 29 deletions

View File

@ -28,8 +28,9 @@
})(jQuery);
function downloadThumbnail(file) {
var href = 'thumbnail.php'
var href = 'php/thumbnail.php'
var blobUrl;
console.log(file);
$.ajax({
url: href,