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
So I expect that to put up a notification (for 2 secs) with a button link 'OK' which removes the notification early. It still says CANCEL. Am I using this wrong or is this an issue?
Thanks
The text was updated successfully, but these errors were encountered:
Hi I am trying to use phonon.notif (which works it part) but the text button parameter appears to be disregarded and always states CANCEL.
phonon.notif('Project saved (' + target.getAttribute('data-order') + ')', 2000, true, 'OK');
So I expect that to put up a notification (for 2 secs) with a button link 'OK' which removes the notification early. It still says CANCEL. Am I using this wrong or is this an issue?
Thanks
The text was updated successfully, but these errors were encountered: