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:
@@ -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