$(document).ready(function() { setTimeZone(); }); $(document).on('click', '#menu-toggle', function(e) { e.preventDefault(); $('nav').toggleClass('show'); }); function createMessage(message) { let container = $('.notifications-container'); container.append(`
`) .children('.remove') .fadeOut(3200); } function createWarning(warning) { let container = $('.notifications-container'); container.append(`