diff --git a/static/scripts/data.js b/static/scripts/data.js index 5f1e0d65..c4794698 100644 --- a/static/scripts/data.js +++ b/static/scripts/data.js @@ -35,7 +35,7 @@ class method { } toString() { var str = this.name; - if (this.name) { + if (this.basis) { str = str + '/' + this.basis; } return str;