mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Comment out test message from functions.js
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-05-24 DariusIII
|
||||
* Chg: Comment out test message from functions.js
|
||||
* Chg: Allow nzb downloads for not logged in users (sab/nzbget are not logged in)
|
||||
* Chg: Potential fix for sent emails reply to field
|
||||
* Fix: Fix advanced search
|
||||
|
||||
@@ -21,7 +21,7 @@ jQuery(function($){
|
||||
$('.cartadd').click(function(e){
|
||||
if ($(this).hasClass('icon_cart_clicked')) return false;
|
||||
var guid = $(".guid").attr('id').substring(4);
|
||||
alert(guid);
|
||||
//alert(guid);
|
||||
$.ajaxSetup({
|
||||
headers: {
|
||||
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
|
||||
|
||||
Reference in New Issue
Block a user