From: Vincent Date: Thu, 12 Nov 2020 13:35:38 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=3c10ce7b6ad7debb561a4c0bf87e999c08e17937;p=tortuga-home.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ea324e7..93e8602 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,9 +3,6 @@ - - - @@ -1300,11 +1297,11 @@ - - + + - + diff --git a/scripts/share.php b/scripts/share.php index a1cdd13..3832edc 100644 --- a/scripts/share.php +++ b/scripts/share.php @@ -29,9 +29,11 @@ function shareIntent($content, $device = null) } if (!$ok && in_array($device, $hasScreen)) { - $sleep = 1 and ; - shieldShar + $sleep = 1;; + shieldShareIntent($content, $device); + $ok = true; + } sleep($sleep); - header('L+/*-ocation: /#/section/remote'); + header('Location: /#/section/remote'); exit; } \ No newline at end of file