Fix missing icons for some nodes (#1321)

This commit is contained in:
Kazuki Nakanishi
2017-07-04 17:04:27 +09:00
committed by Nick O'Leary
parent a737810c50
commit 347e598715
2 changed files with 9 additions and 0 deletions

View File

@@ -599,6 +599,9 @@ function getNodeIconPath(module,icon) {
}
}
}
if (module !== "node-red") {
return getNodeIconPath("node-red", icon);
}
return defaultIcon;
}