MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 149: Line 149:
affectionChange($(this), affection_start);
affectionChange($(this), affection_start);
if (typeof affection !== 'undefined') affectionGet($(this).siblings(".character-stattable"));
if (typeof affection !== 'undefined') {
affectionGet($(this).siblings(".character-stattable"));
statTableRecalc($(this).siblings(".character-stattable"));
}
});
});
}
}