File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 // Where "view all" links go:
2727 newsPage : "https://www.rcac.purdue.edu/news/outages-and-maintenance" ,
2828 // News type whose alias matches this pattern is treated as outage news:
29- typeAliasPattern : / o u t a g e / i,
29+ typeAliasPattern : / o u t a g e s - a n d - m a i n t e n a n c e / i,
3030 homepageOnly : true , // require #outage-widget-anchor on the page
3131 upcomingWindowDays : 14 , // how far ahead to surface scheduled work
3232 staleActiveDays : 7 , // open-ended items older than this are ignored
131131 return resolveOutageTypeId ( )
132132 . then ( function ( typeId ) {
133133 var url = CONFIG . apiBase + "/news?type=" + typeId +
134- "&limit=25&order=datetimecreated &order_dir=desc" ;
134+ "&limit=25&order=datetimenews &order_dir=desc" ;
135135 return fetchJSON ( url ) ;
136136 } )
137137 . then ( function ( json ) {
You can’t perform that action at this time.
0 commit comments