mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Reworked #466
This commit is contained in:
parent
4eff175424
commit
d7997d5cc0
10 changed files with 175 additions and 69 deletions
3
PlexRequests.UI/Content/site.js
vendored
3
PlexRequests.UI/Content/site.js
vendored
|
@ -26,6 +26,9 @@ function utcToLocal(date) {
|
|||
|
||||
function generateNotify(message, type) {
|
||||
// type = danger, warning, info, successs
|
||||
if (!type) {
|
||||
type = "success";
|
||||
}
|
||||
$.notify({
|
||||
// options
|
||||
message: message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue