From: Vincent Date: Wed, 11 Nov 2020 19:11:22 +0000 (+0100) Subject: . X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5598ad93dd67d0a3c2107affade69241acd8c922;p=tortuga-home.git . --- diff --git a/.idea/workspace.xml b/.idea/workspace.xml index cdebdca..8744732 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,51 +2,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + @@ -1340,12 +1296,12 @@ - + - + diff --git a/scripts/share.php b/scripts/share.php index df77d88..463d777 100644 --- a/scripts/share.php +++ b/scripts/share.php @@ -4,7 +4,7 @@ shareIntent($_REQUEST['text']); function shareIntent($content, $device = null) { - $hasScreen = ['bureau', 'salon', 'sdb', 'litvincent', 'litjerome']; + $hasScreen = ['bureau', 'salon']; if (null === $device) { $device = config('DEVICE'); }