]> _ Git - tortuga-home.git/commitdiff
.
authorVincent <vincent@enhydra.fr>
Sun, 22 Nov 2020 13:00:06 +0000 (14:00 +0100)
committerVincent <vincent@enhydra.fr>
Sun, 22 Nov 2020 13:00:06 +0000 (14:00 +0100)
.idea/workspace.xml
scripts/lib/scenes.php

index 80753c52b507ed70d7e9fa51a6623a3e2a759414..5e5be9a3cc10b7d1236df52b51a70975f5a7c3e6 100644 (file)
@@ -3,7 +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$/scripts/cron/cron.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/cron/cron.php" afterDir="false" />
       <change beforePath="$PROJECT_DIR$/scripts/lib/scenes.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/scenes.php" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
         <option name="Make" enabled="true" />
       </method>
     </configuration>
-    <configuration default="true" type="ArquillianJUnit" factoryName="" nameIsGenerated="true">
-      <option name="arquillianRunConfiguration">
-        <value>
-          <option name="containerStateName" value="" />
-        </value>
-      </option>
-      <option name="TEST_OBJECT" value="class" />
-      <method v="2">
-        <option name="Make" enabled="true" />
-      </method>
-    </configuration>
     <configuration default="true" type="ArquillianTestNG" factoryName="">
       <option name="arquillianRunConfiguration">
         <value>
       <workItem from="1605542056704" duration="1640000" />
       <workItem from="1605597648537" duration="7658000" />
       <workItem from="1605690676577" duration="7108000" />
-      <workItem from="1605973078856" duration="4587000" />
-    </task>
-    <task id="LOCAL-00359" summary=".">
-      <created>1604228663244</created>
-      <option name="number" value="00359" />
-      <option name="presentableId" value="LOCAL-00359" />
-      <option name="project" value="LOCAL" />
-      <updated>1604228663244</updated>
+      <workItem from="1605973078856" duration="4741000" />
+      <workItem from="1606049944658" duration="48000" />
     </task>
     <task id="LOCAL-00360" summary=".">
       <created>1604237429974</created>
       <option name="project" value="LOCAL" />
       <updated>1605976064822</updated>
     </task>
-    <option name="localTasksCounter" value="408" />
+    <task id="LOCAL-00408" summary=".">
+      <created>1606049532127</created>
+      <option name="number" value="00408" />
+      <option name="presentableId" value="LOCAL-00408" />
+      <option name="project" value="LOCAL" />
+      <updated>1606049532127</updated>
+    </task>
+    <option name="localTasksCounter" value="409" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
     </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="1110" y="259" key="#com.jetbrains.php.refactoring.extractMethod.PhpExtractMethodDialog#function0/0.0.2560.1040@0.0.2560.1040" timestamp="1605437484620" />
-    <state x="198" y="0" width="737" height="502" key="CommitChangelistDialog2" timestamp="1605976060711">
+    <state x="198" y="0" width="737" height="502" key="CommitChangelistDialog2" timestamp="1606049525299">
       <screen x="0" y="0" width="2560" height="1040" />
     </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="1605188136787" />
-    <state x="198" y="0" width="745" height="567" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1605976060711" />
+    <state x="198" y="0" width="745" height="567" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1606049525299" />
     <state x="952" y="244" key="FileChooserDialogImpl" timestamp="1605726960903">
       <screen x="0" y="0" width="2560" height="1040" />
     </state>
index 598eea88b5d61be9fac6f962498478dc0175d6d5..c63b8e9c72bd24c22ec07c669682d5832306833f 100644 (file)
@@ -796,17 +796,12 @@ function chambreToggle()
 function wcToggle()
 {
     if (getState('wc') == 1) {
-        wcOff();
+        execScene('wc/off');
     } else {
         wcOn();
     }
 }
 
-function wcOff()
-{
-    execScene('wc/off');
-}
-
 function sdbToggle()
 {
     if (getState('sdb') == 1) {