lsc 1 year ago
parent
commit
6e39466360
1 changed files with 4 additions and 1 deletions
  1. 4 1
      ai.html

+ 4 - 1
ai.html

@@ -332,7 +332,10 @@
 
 
         <script>
-            U.MD.D.I.openApplication('aiCourseResource')
+            window.onload = function () {
+                U.MD.D.I.openApplication('aiCourseResource')
+            }
+
         </script>
     </div>
 </body>