Skip to content

Commit 657e167

Browse files
authored
Header names along with Module Names
Closes #268
1 parent 3b7c86c commit 657e167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remote.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ var Remote = {
647647

648648
var text = document.createElement("span");
649649
text.className = "text";
650-
text.innerHTML = " " + self.formatName(moduleData[i].name);
650+
text.innerHTML = " " + self.formatName(moduleData[i].name) + (moduleData[i].header?`, ${moduleData[i].header}`:'');
651651
moduleBox.appendChild(text);
652652

653653
parent.appendChild(moduleBox);

0 commit comments

Comments
 (0)