diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-05-22 13:41:52 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-05-22 13:41:52 -0700 |
commit | 7c06a224514ed4288122160bfac84f9ae7521897 (patch) | |
tree | 5f458b8b916ec7cbcf4613609d13e18d9669de67 /ext/bg/options.html | |
parent | 997947caedc109ba3e21017b38de36e21c4a7255 (diff) |
Field selector working
Diffstat (limited to 'ext/bg/options.html')
-rw-r--r-- | ext/bg/options.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html index ae7e4257..6f4bd8a8 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -93,14 +93,14 @@ </div> </div> - <table class="table table-bordered"> + <table class="table table-bordered ankiFields"> <thead> <tr> <th>Field</th> <th>Value</th> </tr> </thead> - <tbody class="ankiFields"> + <tbody> </tbody> </table> </div> @@ -119,14 +119,14 @@ </div> </div> - <table class="table table-bordered"> + <table class="table table-bordered ankiFields"> <thead> <tr> <th>Field</th> <th>Value</th> </tr> </thead> - <tbody class="ankiFields"> + <tbody> </tbody> </table> </div> |