From 5598ad93dd67d0a3c2107affade69241acd8c922 Mon Sep 17 00:00:00 2001 From: Vincent Date: Wed, 11 Nov 2020 20:11:22 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 68 ++++++++------------------------------------- scripts/share.php | 2 +- 2 files changed, 13 insertions(+), 57 deletions(-) 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'); } -- 2.39.5