Quote:
Originally Posted by surquizu
Do not get it to work in PRS+1.1.3 (PRS-505). Has anyone can?
|
Sorry to hear you are having problems. All I can suggest is do the
opposite of what I did in post
#107
Change
Code:
kbook.autoRunRoot.sandbox.getSoValue = Core.system.getSoValue;
kbook.autoRunRoot.sandbox.hasNumericButtons = Core.config.compat.hasNumericButtons;
to
Code:
try {
kbook.autoRunRoot.sandbox.getSoValue = Core.system.getSoValue;
kbook.autoRunRoot.sandbox.hasNumericButtons = Core.config.compat.hasNumericButtons;
} catch (ignore) {}
in Chess.js
Sincerely,
Ben.