Fix invalid url

This commit is contained in:
grandeljay 2022-11-29 15:51:00 +01:00
parent 1ecdbcee80
commit ca133a067a

View file

@ -701,7 +701,7 @@ $(function () {
}
);
fetch('/?=' + params_url, {
fetch('/?' + params_url, {
method: 'GET'
})
.then(handleFetchError)