mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Update laravel/scout to version 4.0.4
This commit is contained in:
@@ -526,6 +526,11 @@ jQuery(function($){
|
||||
|
||||
$('button.nzb_multi_operations_cart').on('click', (function(){
|
||||
var guids = new Array();
|
||||
$.ajaxSetup({
|
||||
headers: {
|
||||
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
|
||||
}
|
||||
});
|
||||
$("table.data INPUT[type='checkbox']:checked").each( function(i, row) {
|
||||
var guid = $(row).val();
|
||||
var $cartIcon = $(row).parent().children('div.icons').children('.icon_cart');
|
||||
|
||||
Reference in New Issue
Block a user