Skip to content

Commit

Permalink
Built site for TreeDist: 2.6.2@cf36a9f
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 28, 2023
1 parent 0f495e2 commit 04417e6
Show file tree
Hide file tree
Showing 59 changed files with 124 additions and 103 deletions.
2 changes: 1 addition & 1 deletion 404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CONTRIBUTING.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion articles/Generalized-RF.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion articles/Robinson-Foulds.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions articles/Using-TreeDist.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion articles/compare-treesets.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion articles/different-leaves.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion articles/information.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions articles/landscapes.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -521,15 +521,17 @@ HTMLWidgets.widget({
// communication between the widget and direct manipulation events
if (x.selectize) {
var selectizeID = Object.keys(x.selectize)[i];
var items = x.selectize[selectizeID].items;
var options = x.selectize[selectizeID];
var first = [{value: "", label: "(All)"}];
var opts = {
options: first.concat(items),
searchField: "label",
valueField: "value",
labelField: "label",
maxItems: 50
};
var opts = $.extend({
options: first.concat(options.items),
searchField: "label",
valueField: "value",
labelField: "label",
maxItems: 50
},
options
);
var select = $("#" + selectizeID).find("select")[0];
var selectize = $(select).selectize(opts)[0].selectize;
// NOTE: this callback is triggered when *directly* altering
Expand Down
15 changes: 12 additions & 3 deletions articles/treespace.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified articles/treespace_files/figure-html/umatrix-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 04417e6

Please sign in to comment.