mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Update PNotify and fix notifications
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
2018-11-14 DariusIII
|
||||
* Chg: Update PNotify and fix notifications
|
||||
2018-11-13 DariusIII
|
||||
* Chg: Update assets
|
||||
* Chg: Use User model for email queue where possible
|
||||
|
||||
+1
-1
@@ -39,7 +39,7 @@
|
||||
"multiselect": "^0.9.12",
|
||||
"normalize.css": "^8.0.1",
|
||||
"pace-js": "^1.0.2",
|
||||
"pnotify": "^3.2.1",
|
||||
"pnotify": "^4.0.0-alpha.4",
|
||||
"tinymce": "^4.8.5"
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
+33
-32
File diff suppressed because one or more lines are too long
+491
-438
File diff suppressed because it is too large
Load Diff
+11
-9
@@ -27,7 +27,7 @@ mix
|
||||
'node_modules/bootstrap-progressbar/css/bootstrap-progressbar-3.3.4.min.css',
|
||||
'node_modules/@fortawesome/fontawesome-free/css/svg-with-js.min.css',
|
||||
'node_modules/@fancyapps/fancybox/dist/jquery.fancybox.min.css',
|
||||
'node_modules/pnotify/dist/pnotify.css',
|
||||
'node_modules/pnotify/dist/PNotifyBrightTheme.css',
|
||||
'node_modules/flexboxgrid2/flexboxgrid2.min.css',
|
||||
'node_modules/multiselect/css/multi-select.css',
|
||||
'node_modules/normalize.css/normalize.css',
|
||||
@@ -47,14 +47,16 @@ mix
|
||||
'node_modules/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js',
|
||||
'node_modules/bootstrap-progressbar/bootstrap-progressbar.min.j',
|
||||
'node_modules/jquery.nicescroll/dist/jquery.nicescroll.min.js',
|
||||
'node_modules/pnotify/dist/pnotify.js',
|
||||
'node_modules/pnotify/dist/pnotify.animate.js',
|
||||
'node_modules/pnotify/dist/pnotify.buttons.js',
|
||||
'node_modules/pnotify/dist/pnotify.callbacks.js',
|
||||
'node_modules/pnotify/dist/pnotify.confirm.js',
|
||||
'node_modules/pnotify/dist/pnotify.desktop.js',
|
||||
'node_modules/pnotify/dist/pnotify.nonblock.js',
|
||||
'node_modules/pnotify/dist/pnotify.js',
|
||||
'node_modules/pnotify/dist/umd/PNotify.js',
|
||||
'node_modules/pnotify/dist/umd/PNotifyAnimate.js',
|
||||
'node_modules/pnotify/dist/umd/PNotifyButtons.js',
|
||||
'node_modules/pnotify/dist/umd/PNotifyCallbacks.js',
|
||||
'node_modules/pnotify/dist/umd/PNotifyConfirm.js',
|
||||
'node_modules/pnotify/dist/umd/PNotifyDesktop.js',
|
||||
'node_modules/pnotify/dist/umd/PNotifyNonBlock.js',
|
||||
'node_modules/pnotify/dist/umd/PNotifyMobile.js',
|
||||
'node_modules/pnotify/dist/umd/PNotifyHistory.js',
|
||||
'node_modules/pnotify/dist/umd/PNotifyReference.js',
|
||||
'node_modules/tinymce/tinymce.min.js',
|
||||
'node_modules/jquery-colorbox/jquery.colorbox-min.js',
|
||||
'node_modules/jquery-multifile/jquery.MultiFile.min.js',
|
||||
|
||||
Reference in New Issue
Block a user