PWA: Support system sharing menu (follow-up) (#2148)

This commit is contained in:
Alexander Zinchuk 2022-11-19 07:41:37 +04:00
parent 4a915eb1ab
commit 68aaf26b22
4 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@
"type": "image/jpeg"
}],
"share_target": {
"action": "/share/",
"action": "./share/",
"method": "POST",
"enctype": "multipart/form-data",
"params": {

View File

@ -27,7 +27,7 @@
"type": "image/jpeg"
}],
"share_target": {
"action": "/share/",
"action": "./share/",
"method": "POST",
"enctype": "multipart/form-data",
"params": {

View File

@ -27,7 +27,7 @@
"type": "image/jpeg"
}],
"share_target": {
"action": "/share/",
"action": "./share/",
"method": "POST",
"enctype": "multipart/form-data",
"params": {

View File

@ -27,7 +27,7 @@
"type": "image/jpeg"
}],
"share_target": {
"action": "/share/",
"action": "./share/",
"method": "POST",
"enctype": "multipart/form-data",
"params": {