diff --git a/gui/slick/js/core.js b/gui/slick/js/core.js index 376e8a63dfd60b72b423f8185bc6df97b8beb4fa..f9da9cabcc0b18c97d19bab4ead0ca862a2e1e46 100644 --- a/gui/slick/js/core.js +++ b/gui/slick/js/core.js @@ -398,7 +398,7 @@ var SICKRAGE = { var prowl = {}; prowl.api = $.trim($('#prowl_api').val()); prowl.priority = $('#prowl_priority').val(); - if (!prowl.ai) { + if (!prowl.api) { $('#testProwl-result').html('Please fill out the necessary fields above.'); $('#prowl_api').addClass('warning'); return; @@ -1531,7 +1531,7 @@ var SICKRAGE = { } }; - $.fn.torrentMethodHandler = function() { + $.torrentMethodHandler = function() { $('#options_torrent_clients').hide(); $('#options_torrent_blackhole').hide(); diff --git a/gui/slick/js/core.min.js b/gui/slick/js/core.min.js index f903506d2b0ab222b3add749dd85ad68fcb12026..d2bcff876b96336f0b33a1a06d073d1c1a380954 100644 Binary files a/gui/slick/js/core.min.js and b/gui/slick/js/core.min.js differ