MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
mNo edit summary
Line 183: Line 183:


//update StatCalc if present
//update StatCalc if present
if (typeof affection !== 'undefined') {
if (typeof statCalc !== 'undefined') {
affectionGet($(".character-stattable"));
affectionGet($(".character-stattable"));
statTableRecalc($(".character-stattable"));
statTableRecalc($(".character-stattable"));