You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pid="description">Beautiful notifications and prompts.</p>
183
183
<pclass="dev-note" style="display: none;">
184
184
You probably want to go to the <ahref="https://sciactive.com/pnotify/">production site</a>, cause things will be broken here.
@@ -828,7 +828,7 @@ <h5 class="card-header">Lifecycle Events <small>Manipulate the notice during its
828
828
const dontAlert = () => {};
829
829
const initListener = event => {
830
830
console.log(event.type, event.detail);
831
-
alert('I\'m listening for when the notice initializes. This and mount are the only PNotify lifecycle event that bubble. The event object has a reference to the notice.');
831
+
alert('I\'m listening for when the notice initializes. This and \'mount\' are the only PNotify lifecycle events that bubble. The event object has a reference to the notice.');
0 commit comments