Skip to content

Commit 9ab0285

Browse files
Merge pull request #250 from PurdueRCAC/u/jin456/live_status
Fix resources not showing in system status widget.
2 parents 90f65eb + ac3b191 commit 9ab0285

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/assets/js/outage-widget.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
headline: a.headline || "Untitled",
161161
date: a.formatteddate || "",
162162
url: a.uri || CONFIG.newsPage,
163-
resources: (a.associations || [])
163+
resources: (a.resources || [])
164164
.map(function (x) { return x && (x.name || x.associd); })
165165
.filter(Boolean)
166166
};

0 commit comments

Comments
 (0)