Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions OverlevendeTroepen.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// @description Adds survivors to reports and shows gained ODA and ODD
// @icon http://m.img.brothersoft.com/android/405/1352517939_icon.png
// @include https://*.tribalwars.*/game.php?*&screen=report*
// @version 1.9
// @version 1.10
// @grant none
// ==/UserScript==

Expand Down Expand Up @@ -65,7 +65,6 @@ function calcODA(array, table){
// Attacker of the day stats insert
cell2.innerHTML = "AVDD: " + killed;
cell2.style.fontWeight = 'bold';

}

//Functions that calculate ODD
Expand Down