MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Character affection table, expose current bonus)
(affection tables StatCalc integration)
Line 503: Line 503:
affectionChange($(this), affection_start);
affectionChange($(this), affection_start);
if (typeof affection !== 'undefined') affectionGet($(this).siblings(".character-stattable"));
});
});
}
}