Hi, So this is my first go at messing with the character sheet. I'm attempting to create a simple sheet for a game my brother and I want to play. The game has a notion of "attack dice" and "defense dice", so I was reading the wiki and figured the repeating sections would probably be good for this (though I can just as easily make them number fields, I still want to get the repeating bit working). So basically the issue is this. When I go to the character sheet in game, I experience two issues, which are reproducible as follows: 1. Click [+Add] button 2. Click [+Add] button again 3. Change second select to different option 4. Problem: first select disappears completely 1. Add several options 2. Click [Modify] 3. Delete first option 4. Problem: All options disappear completely. So, I'm not sure if this is a bug, if I'm doing something wrong, or what. But here's my html bit. Editor kept messing up the html, so pasted it here: <a href="http://pastebin.com/R7fpQhWT" rel="nofollow">http://pastebin.com/R7fpQhWT</a>