]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Thu, 12 Nov 2020 13:35:38 +0000 (14:35 +0100)
committerVincent <vincent@enhydra.fr>
Thu, 12 Nov 2020 13:35:38 +0000 (14:35 +0100)
.idea/workspace.xml
scripts/share.php

index ea324e7bf3609672a0d966c4900aa9517500cdba..93e8602acb5da6a8ee3990bf016cc44f42f7c804 100644 (file)
@@ -3,9 +3,6 @@
   <component name="ChangeListManager">
     <list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/js/cordova.js" beforeDir="false" afterPath="$PROJECT_DIR$/js/cordova.js" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/js/home.js" beforeDir="false" afterPath="$PROJECT_DIR$/js/home.js" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/scripts/lib/shield.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/shield.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/scripts/share.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/share.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
       <workItem from="1604828693023" duration="1255000" />
       <workItem from="1605001866699" duration="7793000" />
       <workItem from="1605087671373" duration="102000" />
-      <workItem from="1605087787424" duration="33335000" />
-    </task>
-    <task id="LOCAL-00338" summary=".">
-      <created>1596008713256</created>
-      <option name="number" value="00338" />
-      <option name="presentableId" value="LOCAL-00338" />
-      <option name="project" value="LOCAL" />
-      <updated>1596008713256</updated>
+      <workItem from="1605087787424" duration="33417000" />
     </task>
     <task id="LOCAL-00339" summary=".">
       <created>1596139717624</created>
       <option name="project" value="LOCAL" />
       <updated>1605171515396</updated>
     </task>
-    <option name="localTasksCounter" value="387" />
+    <task id="LOCAL-00387" summary=".">
+      <created>1605188063167</created>
+      <option name="number" value="00387" />
+      <option name="presentableId" value="LOCAL-00387" />
+      <option name="project" value="LOCAL" />
+      <updated>1605188063167</updated>
+    </task>
+    <option name="localTasksCounter" value="388" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
       <screen x="0" y="0" width="1707" height="920" />
     </state>
     <state x="740" y="229" key="#com.jetbrains.php.refactoring.extractMethod.PhpExtractMethodDialog#function0/0.0.1707.920@0.0.1707.920" timestamp="1604146905948" />
-    <state x="198" y="0" width="737" height="502" key="CommitChangelistDialog2" timestamp="1605171492435">
-      <screen x="0" y="0" width="2560" height="1040" />
+    <state x="701" y="75" width="737" height="502" key="CommitChangelistDialog2" timestamp="1605188054768">
+      <screen x="0" y="0" width="1920" height="1160" />
     </state>
     <state x="132" y="0" width="737" height="502" key="CommitChangelistDialog2/0.0.1707.920@0.0.1707.920" timestamp="1605086955514" />
-    <state x="701" y="75" key="CommitChangelistDialog2/0.0.1920.1160@0.0.1920.1160" timestamp="1602171117745" />
+    <state x="701" y="75" key="CommitChangelistDialog2/0.0.1920.1160@0.0.1920.1160" timestamp="1605188054768" />
     <state x="198" y="0" width="745" height="567" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1605171492435" />
     <state x="952" y="244" key="FileChooserDialogImpl" timestamp="1605104496549">
       <screen x="0" y="0" width="2560" height="1040" />
index a1cdd13fff87280277673301a5ba43406c1dfca5..3832edcc7ba1638ac90c76724f27d7605104cc15 100644 (file)
@@ -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