MediaWiki:Common.js: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
Line 176:
if (affectionTable.find(".affection-level input").val() !== level) affectionTable.find(".affection-level input").val(level);
affectionTable.find(".affection-total").html(html_out.substring(0,html_out.length-2));
 
//update StatCalc if present
if (typeof affection !== 'undefined') {
affectionGet($(this).siblings(".character-stattable"));
statTableRecalc($(this).siblings(".character-stattable"));
}
}
/* Character affection table - end */