Skip to content

Commit 4aa7ef2

Browse files
committed
modified: examples/singularity_hub/index.html
1 parent 95af01e commit 4aa7ef2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/singularity_hub/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,7 @@ <h3>Containers <i style="color:#999" id="helpme" class='fa fa-question-circle'>
250250
})
251251
list = list + "</ul>"
252252
$("#container_set").append($(list))
253-
}
254-
})
253+
}
255254
})
256255
.on('mouseout',function(d){
257256
$("#" + d.data.name.hashCode()).hide();

0 commit comments

Comments
 (0)