We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7c86c commit 657e167Copy full SHA for 657e167
remote.js
@@ -647,7 +647,7 @@ var Remote = {
647
648
var text = document.createElement("span");
649
text.className = "text";
650
- text.innerHTML = " " + self.formatName(moduleData[i].name);
+ text.innerHTML = " " + self.formatName(moduleData[i].name) + (moduleData[i].header?`, ${moduleData[i].header}`:'');
651
moduleBox.appendChild(text);
652
653
parent.appendChild(moduleBox);
0 commit comments