diff --git a/assets/js/notifications.js b/assets/js/notifications.js index 076c0e97..35dccb97 100644 --- a/assets/js/notifications.js +++ b/assets/js/notifications.js @@ -1,21 +1,7 @@ var wiremock_notification_shown = localStorage.getItem( "wiremock_notification_shown", ); -var notifications = [ - { - content: { - title: - "Learn the basics of our new stateful mocking at WireMock Live on August 22" + - "Register now.", - }, - layout: { - style: "wiremock_notification_with_link", - position: "top", - className: "info", - autoHide: false, - }, - }, -]; +var notifications = []; if (wiremock_notification_shown == null) { localStorage.setItem("wiremock_notification_shown", true);