]> _ Git - fluidbook-toolbox.git/commitdiff
wip #5041 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 11 Feb 2022 18:05:46 +0000 (19:05 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 11 Feb 2022 18:05:46 +0000 (19:05 +0100)
.idea/workspace.xml
resources/elearningmedia/js/app.js

index e099db0836375174589c67d04dc3481a9e8b0fd1..74b2247b4dafcc0f075390777d62ac4f5d94fdb6 100644 (file)
     <select />
   </component>
   <component name="ChangeListManager">
-    <list default="true" id="5d2ecd5e-a05a-4f96-a195-fa6372618165" name="Default Changelist" comment="wip #5041 @0.5">
+    <list default="true" id="5d2ecd5e-a05a-4f96-a195-fa6372618165" name="Default Changelist" comment="wip #5041 @1">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/app/Models/ELearningPackage.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/Models/ELearningPackage.php" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/app/SubForms/ElearningPackageContent.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/SubForms/ElearningPackageContent.php" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/resources/elearningmedia/js/app.js" beforeDir="false" afterPath="$PROJECT_DIR$/resources/elearningmedia/js/app.js" afterDir="false" />
     </list>
     <option name="SHOW_DIALOG" value="false" />
     <option name="HIGHLIGHT_CONFLICTS" value="true" />
       <workItem from="1644394645639" duration="13635000" />
       <workItem from="1644425348765" duration="2270000" />
       <workItem from="1644508187200" duration="10853000" />
-      <workItem from="1644582031422" duration="8009000" />
-    </task>
-    <task id="LOCAL-00194" summary="wait #3753 @0.5">
-      <created>1636109781730</created>
-      <option name="number" value="00194" />
-      <option name="presentableId" value="LOCAL-00194" />
-      <option name="project" value="LOCAL" />
-      <updated>1636109781730</updated>
+      <workItem from="1644582031422" duration="8408000" />
     </task>
     <task id="LOCAL-00195" summary="wip #4211 @1.5">
       <created>1636127812133</created>
       <option name="project" value="LOCAL" />
       <updated>1644600735992</updated>
     </task>
-    <option name="localTasksCounter" value="243" />
+    <task id="LOCAL-00243" summary="wip #5041 @1">
+      <created>1644602356941</created>
+      <option name="number" value="00243" />
+      <option name="presentableId" value="LOCAL-00243" />
+      <option name="project" value="LOCAL" />
+      <updated>1644602356941</updated>
+    </task>
+    <option name="localTasksCounter" value="244" />
     <servers />
   </component>
   <component name="TypeScriptGeneratedFilesManager">
     <MESSAGE value="wait #5045 @0.5" />
     <MESSAGE value="wip #5041 @3" />
     <MESSAGE value="wip #5041" />
-    <MESSAGE value="wip #5041 @1" />
     <MESSAGE value="wip #5041 @1.5" />
     <MESSAGE value="wip #5041 @0.5" />
-    <option name="LAST_COMMIT_MESSAGE" value="wip #5041 @0.5" />
+    <MESSAGE value="wip #5041 @1" />
+    <option name="LAST_COMMIT_MESSAGE" value="wip #5041 @1" />
   </component>
   <component name="XSLT-Support.FileAssociations.UIState">
     <expand />
index bd14e892e4eec624a739e1e79667589d95a6306a..7d6ada4c795eee7d66a9442df2e7135b38de03d9 100644 (file)
@@ -12,11 +12,13 @@ document.addEventListener("DOMContentLoaded", function () {
     }
 
     var audiobigplay = document.getElementById('audiobigplay');
-    audiobigplay.addEventListener('click', function () {
-        player.play();
-        audiobigplay.style.display = 'none';
-        return false;
-    });
+    if(audiobigplay) {
+        audiobigplay.addEventListener('click', function () {
+            player.play();
+            audiobigplay.style.display = 'none';
+            return false;
+        });
+    }
 
     SCORM.init();