View Single Post
Old 01-22-2011, 02:32 PM   #120
BenChen
EPUB Metadata ******
BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.BenChen is not intimidated by interfenestral monkeys.
 
Posts: 525
Karma: 26874
Join Date: Dec 2010
Device: Kobo Glo HD
Quote:
Originally Posted by surquizu View Post
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.
BenChen is offline   Reply With Quote