// 同盟スコア計算追加
function doumeiScore() {
var createScore = function() {
var result = parseFloat($('div.alliance_points dt:contains("総同盟ポイント")').closest('dl').find('dd:eq(0)').text().replace(/\,/g, ''));
var value = addFigure(Math.floor(result / 500));
var $deck = $('div.alliance_member_control:first');
$('#doumei_score').remove();
$deck.append('<span id="doumei_score">同盟スコア: (' + value + ')</span>');
Failed to load resource: the server responded with a status of 404 ()
85Blocked third-party cookie. Learn more in the Issues tab.
cmt.js:10 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'indexOf')
at cmt.js:10:188
at prototype.js:1:11095
at prototype.js:1:10358
at Array.forEach (<anonymous>)
at Array.each (prototype.js:1:10340)
at Array.findAll (prototype.js:1:11073)
at c (cmt.js:10:156)
at k.i (cmt.js:10:277)
at k.l (cmt.js:10:344)
at e.mb (cmt.js:29:260)
village.php:1 Uncaught SyntaxError: "[object Object]" is not valid JSON
at JSON.parse (<anonymous>)
at Object.getMarket (<anonymous>:925:14)
at HTMLSelectElement.<anonymous> (<anonymous>:1861:29)
at HTMLDivElement.dispatch (jquery-2.1.3.js:3:6444)
at r.handle (jquery-2.1.3.js:3:3219)
at Object.trigger (jquery-2.1.3.js:3:5552)
at HTMLSelectElement.<anonymous> (jquery-2.1.3.js:3:11520)
at Function.each (jquery-2.1.3.js:2:2882)
at n.fn.init.each (jquery-2.1.3.js:2:847)
at n.fn.init.trigger (jquery-2.1.3.js:3:11496)