diff --git a/web/app/themes/mitlib-parent/js/alerts.js b/web/app/themes/mitlib-parent/js/alerts.js index ae8c4444..f4b70802 100644 --- a/web/app/themes/mitlib-parent/js/alerts.js +++ b/web/app/themes/mitlib-parent/js/alerts.js @@ -119,7 +119,7 @@ $(function(){ // This retrieves a list of posts, with additional parsing to determine if // any are displayable alerts. - $.getJSON('/wp-json/wp/v2/posts') + $.getJSON('/wp-json/wp/v2/posts', {_: new Date().getTime()}) .done(function(data){ showAlerts(data); });