Fixed positioning bug in Chrome and capacitor bug

This commit is contained in:
Yord 2015-10-20 22:56:12 +02:00
parent 12eba90aac
commit c2c12e4103
3 changed files with 33 additions and 33 deletions

View file

@ -2012,7 +2012,7 @@ var ikrpg = ikrpg || {};
}
$(".character-sheet .capacitor").each(function(index, capacitor) {
buildAutocomplete(".character-sheet #"+$(capacitor).attr("id"));
buildAutocomplete(".character-sheet #"+$(capacitor).attr("id"), ".title");
});
$(".character-sheet .mechanika").each(function(index, mechanika) {