Fix invalid url
This commit is contained in:
parent
1ecdbcee80
commit
ca133a067a
1 changed files with 1 additions and 1 deletions
|
@ -701,7 +701,7 @@ $(function () {
|
|||
}
|
||||
);
|
||||
|
||||
fetch('/?=' + params_url, {
|
||||
fetch('/?' + params_url, {
|
||||
method: 'GET'
|
||||
})
|
||||
.then(handleFetchError)
|
||||
|
|
Loading…
Reference in a new issue