diff --git a/Changelog b/Changelog index 9af9971ba..4d58d3d50 100755 --- a/Changelog +++ b/Changelog @@ -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 diff --git a/public/assets/js/functions.js b/public/assets/js/functions.js index a3797672e..8c9e46972 100755 --- a/public/assets/js/functions.js +++ b/public/assets/js/functions.js @@ -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')