more tweaks to wilma to correct issues with theme images (visualization, property groups, and editing) and markup conflicts for custom editing forms NIHVIVO-556
This commit is contained in:
parent
41c8c202d9
commit
8ccfef4fcc
7 changed files with 11 additions and 11 deletions
|
@ -443,7 +443,7 @@ public class PersonPublicationCountVisCodeGenerator {
|
|||
+ "sparklineNumberTD.attr('class', 'sparkline_number');"
|
||||
+ "row.append(sparklineNumberTD);"
|
||||
+ "var sparklineTextTD = $('<td>');"
|
||||
+ "sparklineTextTD.attr('width', '350');"
|
||||
+ "sparklineTextTD.attr('width', '450');"
|
||||
+ "sparklineTextTD.attr('class', 'sparkline_text');"
|
||||
+ "row.append(sparklineTextTD);"
|
||||
+ "table.append(row);"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue