MediaWiki:Common.js: Difference between revisions

no edit summary
(Affection tables integrated with StatCalc)
No edit summary
Line 150:
affectionChange($(this), affection_start);
if (typeof affection !== 'undefined') {
affectionGet($(this).siblings(".character-stattable"));
statTableRecalc($(this).siblings(".character-stattable"));
}
});
Line 184:
//update StatCalc if present
if (typeof affection !== 'undefined') {
affectionGet(affectionTable.siblings$(".character-stattable"));
statTableRecalc(affectionTable.siblings$(".character-stattable"));
}
}