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.