Index: openacs-4/packages/lorsm/www/delivery-scorm/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery-scorm/index.adp,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/lorsm/www/delivery-scorm/index.adp 23 Mar 2018 22:56:43 -0000 1.3 +++ openacs-4/packages/lorsm/www/delivery-scorm/index.adp 17 Apr 2018 14:47:03 -0000 1.4 @@ -119,7 +119,7 @@ } try { - var active=AppletContainerFrame.document.applets[0].isActive(); //mozilla error on this, IE just gives out (doesnt' go in the catch ???) + var active=AppletContainerFrame.document.applets[0].isActive(); //mozilla error on this, IE just gives out (doesn't go in the catch ???) } catch (err) { try { var active=AppletContainerFrame.document.applets[0].isActive; //this is mozilla specific, IE is just allergic (we have enough wars not to think of browsers'....