mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-23 08:40:21 +01:00
fix imageupload path
This commit is contained in:
parent
f481c3f8e3
commit
318cb728e1
|
|
@ -42,7 +42,7 @@ $.fn.imageUpload = function() {
|
|||
return;
|
||||
}
|
||||
$.ajax({
|
||||
url: '/imageupload?id=' + id,
|
||||
url: '../imageupload?id=' + id,
|
||||
type: 'POST',
|
||||
data: e.target.result,
|
||||
processData: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue