// see https://github.com/JamieLivingstone/styled-notifications sS hNotificationPopups() { ret hStylesheetSnippet_maxCache(#1029723) + hjssnippet_maxCache(#1029726) + hjs([[ function successNotification(text) { window.createNotification({ theme: 'success', showDuration: 3000 })({ message: text }); } function errorNotification(text) { window.createNotification({ theme: 'error', showDuration: 3000 })({ message: text }); } ]]); }