styled-notifications
styled-notifications copied to clipboard
Direct page
How to make direct page after alert notify running, this my code window.createNotification({ closeOnClick: true, displayCloseButton: true, positionClass: 'nfc-top-right', showDuration: 3000, theme: 'warning' })({ title: 'Oops...', message: 'Username Wajib Diisi !' }) .then (function() { window.location.href = "page.html"; });