「利用者:Dragoniez/scripts/AN Reporter.js」の版間の差分

削除された内容 追加された内容
m v6.3.2: cl, インデント除去(機能変更なし)
v6.4: 要約生成の仕様変更、bug fix
2行目:
* AN Reporter (ANR) *
* Author: Dragoniez *
* Version: 6.3.24 *
************************************/
//<nowiki>
355行目:
function initializeAnrDialog(){
 
userDiv = $('#anr-user1-div').prop('innerHTMLouterHTML'); // A div of the same structure is appended when the 'add' button is hit
userCnt = 1;
 
getSectionsS(); // Get sections on WP:AN/S
1,762 ⟶ 1,763行目:
summary = '+' + links[0] + ' - ';
break;
case links.length > 1 && 56 > links.length:
summary = '+' + links.join(', ') + ' - ';
break;
default:
summary = '+' + links.slice(0, 5).join(', ') + ', その他' + (links.slice(5).length) + 'アカウント - ';
}
return summary;
2,188 ⟶ 2,189行目:
function() {
$(this).remove();
userCnt = 1;
});
 
2,483行目:
}
 
})(); // Closure of anonymous function
})();
//</nowiki>