From f14499b8b2e5ddc245be5590e38462132c0fe9e2 Mon Sep 17 00:00:00 2001 From: Mark Friedrich Date: Fri, 15 Jun 2018 19:12:45 +0200 Subject: [PATCH] - Upgraded "PNotify" js lib `v3.0.0` -> `v3.2.0` --- public/js/v1.3.6/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/v1.3.6/app.js b/public/js/v1.3.6/app.js index ff32d3e3..cc1d355d 100644 --- a/public/js/v1.3.6/app.js +++ b/public/js/v1.3.6/app.js @@ -71,7 +71,7 @@ requirejs.config({ 'datatables.plugins.render.ellipsis': 'lib/datatables/plugins/render/ellipsis', // notification plugin - pnotify: 'lib/pnotify/pnotify', // v3.0.0 PNotify - notification core file - https://sciactive.com/pnotify/ + pnotify: 'lib/pnotify/pnotify', // v3.2.0 PNotify - notification core file - https://sciactive.com/pnotify/ 'pnotify.buttons': 'lib/pnotify/pnotify.buttons', // PNotify - buttons notification extension 'pnotify.confirm': 'lib/pnotify/pnotify.confirm', // PNotify - confirmation notification extension 'pnotify.nonblock': 'lib/pnotify/pnotify.nonblock', // PNotify - notification non-block extension (hover effect)