develop_Yu il y a 2 ans
Parent
commit
0ea184e06a
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      misa-event/js/liff-functions.js

+ 5 - 1
misa-event/js/liff-functions.js

@@ -310,7 +310,11 @@ function shareTargetPicker() {
         external: true
       })
     ).catch(function(res) {
-      alert("Failed to launch ShareTargetPicker")
+      liff.openWindow({
+        url: "https://liff.googo.org/misa-liff/",
+        external: true
+      })
+      alert(`${res} Failed to launch ShareTargetPicker`)
     })
   } 
   else {