mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
Added #27 to albums
This commit is contained in:
parent
4c59e9d19c
commit
230fa5ba3b
2 changed files with 13 additions and 3 deletions
|
@ -142,6 +142,9 @@ $(function () {
|
|||
var type = $form.prop('method');
|
||||
var url = $form.prop('action');
|
||||
var data = $form.serialize();
|
||||
var $notify = $('#notifyUser').is(':checked');
|
||||
|
||||
data = data + "¬ify=" + $notify;
|
||||
|
||||
sendRequestAjax(data, type, url, buttonId);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue