mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Fixed positioning bug in Chrome and capacitor bug
This commit is contained in:
parent
12eba90aac
commit
c2c12e4103
3 changed files with 33 additions and 33 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue