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

削除された内容 追加された内容
v3.3.2: v3.3.0でハイフンからエンダッシュに変更した部分を全てハイフンに戻す
m v3.3.3: VIP検索機能をより速くロードするためにコードの順番を変更
2行目:
* AN Reporter (ANR)
* Author: Dragoniez
* Version: 3.3.23
*************************************/
//<nowiki>
351行目:
// CSS
dialogCSS();
 
// Show VIP list
VIPList();
 
// Get the name of the user to report if it can be retrieved from the page
374 ⟶ 377行目:
$('#anr-user1-checkbox-div').css('display', 'block'); // Show 'hide username' if the name obtained is a user's
}
 
// Show VIP list
VIPList();
 
},