mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use original url for article redirect after saving
This commit is contained in:
parent
eeb30c9ff0
commit
c5359c930b
1 changed files with 0 additions and 1 deletions
|
|
@ -99,7 +99,6 @@
|
|||
.then(function (response) {
|
||||
if (response.status === 200) {
|
||||
return response.json().then((responseJson) => {
|
||||
const url = encodeURIComponent(responseJson.url)
|
||||
return currentOrigin + '/article?url=' + url
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue