Skip to content

Commit

Permalink
Merge branch 'master' into postgresql-slow-query-log
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarnermm authored Jul 24, 2023
2 parents 64f1e75 + 98f9036 commit 001a38f
Show file tree
Hide file tree
Showing 125 changed files with 5,187 additions and 3,989 deletions.
4 changes: 2 additions & 2 deletions source/_static/myscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $(document).ready(function () {

// Fallback for when a notification CTA expires - ie. webinar happens
const dateInFuture = (value) => new Date().getTime() <= new Date(value).getTime();
const expiryDate = '2023-04-27T15:00:00-0500';
const expiryDate = '2023-07-24T15:00:00-0500';
// 2023-04-27 @ 3pm EST
const fallback_url = 'https://mattermost.com/solutions/mattermost-for-microsoft-teams/';
const fallback_text = 'Learn more about Mattermost for Microsoft Teams »';
Expand All @@ -192,7 +192,7 @@ $(document).ready(function () {
// So it will show up for new announcements
// Keep "mm_notification_banner__" at the beginning of the key
// Add system to clean out storage items that are no longer needed
const notification_banner_key = 'mm_notification_banner__webinar-prod';
const notification_banner_key = 'mm_notification_banner__8-0-release';

if (localStorage.getItem(notification_banner_key) === null) {
localStorage.setItem(notification_banner_key, true);
Expand Down
Loading

0 comments on commit 001a38f

Please sign in to comment.