Fix recipe dependency loading
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
font-weight: 700;
|
||||
line-height: 1.15;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.MMM-NextcloudCookbook .ncc-qr img {
|
||||
|
||||
@@ -20,7 +20,7 @@ Module.register("MMM-NextcloudCookbook", {
|
||||
},
|
||||
|
||||
getScripts() {
|
||||
return ["lib/format-duration.js"];
|
||||
return [this.file("lib/format-duration.js")];
|
||||
},
|
||||
|
||||
socketNotificationReceived(notification, payload) {
|
||||
|
||||
Reference in New Issue
Block a user