Comment out test message from functions.js

This commit is contained in:
DariusIII
2018-05-24 14:16:50 +02:00
parent c01b5fa5c7
commit df45ce13d7
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -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')