Skip to content

Commit

Permalink
overview troops_own delete row image bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Laoujin committed Apr 8, 2013
1 parent e16ff9c commit e6b5619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/page/overview_villages/units_there_ownhome.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ $("#units_table").mouseup(function (e) {
// q("Right Button");

pageSize.val(parseInt(pageSize.val(), 10) - 1);
$(e.target).parent().parent().parent().hide();
$(e.target).parent().parent().hide();
//img.css("border", (img.css("border-width").substr(0, 1) * 1 + 1) + "px red solid");
}
}
Expand Down

0 comments on commit e6b5619

Please sign in to comment.