Skip to content

Commit

Permalink
Merge pull request maximilianh#194 from mxposed/fix-metadata-update
Browse files Browse the repository at this point in the history
Oh thanks!!
  • Loading branch information
maximilianh committed Nov 5, 2020
2 parents 3e4b91d + 64cec51 commit 4887b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cbPyLib/cellbrowser/cbWeb/js/cellBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -4772,7 +4772,7 @@ var cellbrowser = function() {
}

htmls.push("<div class='tpMetaValue' style='width:"+(metaBarWidth-2*metaBarMargin)+"px"+styleAdd+
"' data-field-name='"+metaInfo.name+"'>&nbsp;</div>");
"' data-field-name='"+metaInfo.name+"' id='tpMeta_" + i + "'>&nbsp;</div>");
htmls.push("</div>"); // tpMetaBox
}
htmls.push("<div style='background-color:white; float:right' id='tpMetaNote' style='display:none; height:1em'></div>");
Expand Down

0 comments on commit 4887b80

Please sign in to comment.