View Single Post
Old 08-31-2011, 04:24 AM   #506
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
Hi kartu,

I was looking for something unusual that was only in the 950 files and discovered that

updateSiblings = function(fieldName)

is in both 950_bootstrap.js and common_350_650_950.js with the only difference being in the 950_bootstrap.js file the code in the catch is

Code:
PARAMS.bootLog("In updateSiblings " + e);
but in common_350_650_950.js it is

Code:
bootLog("In updateSiblings " + e);
It might not be causing the issues with the addons, but I though it was worth mentioning.

Sincerely,
Ben.
BenChen is offline   Reply With Quote