Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
remove comment block
Browse files Browse the repository at this point in the history
  • Loading branch information
kSee04 committed Apr 9, 2021
1 parent e10655f commit bb04e47
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/main/content/_assets/js/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ function loadWhatsNewModal(){
let currentVersion = String($('#modal-title').data('version'));

$('#whats-new-toast').toast('show');
// if (localStorage.didOpenWhatsNew === 'false') {
// // shows the header with "Learn More" button to show the modal about the latest release
// $('#whats-new-toast').toast('show');
// }
// else if (currentVersion !== localStorage.getItem('whatsNewVersion')){
// localStorage.setItem('whatsNewVersion', currentVersion);
// localStorage.setItem('didOpenWhatsNew', false);
// $('#whats-new-toast').toast('show');
// }

$('#whats-new-modal').on('show.bs.modal', function () {
// nav bar would be on top of modal on scroll so take it away and put it back on hide
Expand Down

0 comments on commit bb04e47

Please sign in to comment.