TypeError: access to strict mode caller function is censored try/catch path:

You will have to relax your strict requirement wherever that is being
defined. Jmol does not use JavaScript "use strict".

Just find it and remove it.

Bob


On Sun, Oct 4, 2015 at 11:48 PM, Otis Rothenberger <osrot...@chemagic.com>
wrote:

> Bob,
>
> This page is running with the newest version from the link in your email:
>
> A.    http://chemagic.com/molecules/mini2.html
>
>
> This one is running 14.2.4
>
>
> B.    http://chemagic.com/molecules/mini.html
>
>
> The merge notebook link in A will flip you over to B, so don’t click that.
> The *Load Local Models* button will also make this flip. Both of these
> actions reload the model kit, and I did not change the links that are
> involved in this change.
>
> The easiest way to see the problem is to click the *Load* button on both
> pages. While *A* pops up numerous alert JS screens during the prompt
> action, the Jmol script is executed properly. For the older version, *B*,
> there is no JS alert popup problem.
>
> Otis
>
> --
> Otis Rothenberger
> o...@chemagic.com
> http://chemagic.com
>
> On Oct 4, 2015, at 11:37 PM, Robert Hanson <hans...@stolaf.edu> wrote:
>
>
> Jmol.___JmolVersion="14.3.16_2015.10.04"
>
> http://chemapps.stolaf.edu/jmol/zip/jmol-14.3.16_2015.10.04.zip
>
> bug fix: changing bond order of X-H using set picking assignBond_2
> generates error messages and removes atoms
>
> bug fix: translucent echo backgrounds not saved in state properly
>
> bug fix: for (; i < 10; i++)  not working
> bug fix: for (;;i++)  not working
> bug fix: for (;;)  not working
>
>
> new feature: if, for, and while can all operate using no braces for
> single-line bodies
>   -- similar to JavaScript and Java
>   -- examples:
>
>    for(var i = 0; i < 10; i++)
>      for(var j = 0; j < 10; j++)
>        print i*j
>
>    if (i == 1)
>      print i
>    else
>      print 0
>
>
> -
> Robert M. Hanson
> Larson-Anderson Professor of Chemistry
> Chair, Department of Chemistry
> St. Olaf College
> Northfield, MN
> http://www.stolaf.edu/people/hansonr
>
>
> If nature does not answer first what we want,
> it is better to take what answer we get.
>
> -- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Jmol-users mailing list
> Jmol-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-users
>
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Jmol-users mailing list
> Jmol-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jmol-users
>
>


-- 
Robert M. Hanson
Larson-Anderson Professor of Chemistry
Chair, Department of Chemistry
St. Olaf College
Northfield, MN
http://www.stolaf.edu/people/hansonr


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
_______________________________________________
Jmol-users mailing list
Jmol-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to