summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--data/script.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c044f7c..aa56d882 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@
- Bugfix: allow adding/copying a char with instance field set
- Bugfix: copy over search string when switching to trait search
- Bugfix: Use the translatable role names on char<->vn link form
+ - Bugfix: Prevent the spiol dd to hide the del link on char<->trait form
2.19 - 2011-03-30
- Character database:
diff --git a/data/script.js b/data/script.js
index 930dbd6f..97f5fa30 100644
--- a/data/script.js
+++ b/data/script.js
@@ -1808,7 +1808,7 @@ function ctrAdd(item, spoil) {
var name = item.firstChild.nodeValue;
var group = item.getAttribute('groupname');
var sp = tag('td', {'class':'tc_spoil', onclick:ctrSpoilNext, ctr_spoil:spoil}, mt('_spoil_'+spoil));
- ddInit(sp, 'tagmod', ctrSpoilDD);
+ ddInit(sp, 'left', ctrSpoilDD);
byId('traits_tbl').appendChild(tag('tr', {ctr_id:id, ctr_spoiler:spoil},
tag('td', {'class':'tc_name'},
tag('b', {'class':'grayedout'}, group?group+' / ':''),