Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Git-Harshit authored Aug 2, 2021
2 parents 54b0abf + e0c46af commit 089b9b5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion js/tree-edam-stand-alone.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,12 @@ function interactive_edam_browser(){
var data_content="";
let msg;
if(c>0){
data_content = "title=\"Some associated elements\" data-toggle=\"popover\" data-placement=\"auto right\" data-trigger=\"hover focus\" data-html=\"true\" data-content=\"<table class=' table table-condensed'>";
data_content = "title=\"Some associated elements\""
data_content += "data-toggle=\"popover\""
data_content += "data-placement=\"auto right\""
data_content += "data-trigger=\"hover focus\""
data_content += "data-html=\"true\""
data_content += "data-content=\"<table class=' table table-condensed'>";
var i=0;
for(;i<get_length(data)&&i<10;i++){
data_content+="<li class='list-group-item'>"+get_name(data,i)+"</li>";
Expand Down

0 comments on commit 089b9b5

Please sign in to comment.