sciactive / pnotify

Beautiful JavaScript notifications with Web Notifications support.
https://sciactive.com/pnotify/
Apache License 2.0
3.65k stars 513 forks source link

How to remove inital non-block PNotify WelCome notification ? #304

Closed farshidrezaei closed 7 years ago

farshidrezaei commented 7 years ago

| ! Pnotify | | Welcome. Try hovering over me. | | You can click things behind me, | | because I'm non-blocking. |

How Disable That?

farshidrezaei commented 7 years ago

i craete a trick for it.

just add this :

<script>
   $(document).ready(function (){
           $('.ui-pnotify').remove();
   });
</script>
dizzy1021 commented 6 years ago

thanks dude