mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
more work
This commit is contained in:
parent
81c492aa14
commit
6054f0d436
15 changed files with 192 additions and 23 deletions
13
RequestPlex.UI/Content/site.js
Normal file
13
RequestPlex.UI/Content/site.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
|
||||
|
||||
|
||||
function generateNotify(message, type) {
|
||||
// type = danger, warning, info, successs
|
||||
$.notify({
|
||||
// options
|
||||
message: message
|
||||
}, {
|
||||
// settings
|
||||
type: type
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue