Clone
lfoxton
committed
on 14 Oct 08
changed call to parent window to: wikiArray = window.top.opener.parent.wikiLinkArray;
wikiArray = window.top.opener.top.wikiLinkArray; was n… Show more
changed call to parent window to: wikiArray = window.top.opener.parent.wikiLinkArray;

wikiArray = window.top.opener.top.wikiLinkArray; was not working in learner because of the frames

Show less