mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Update ReCaptcha note + check
This commit is contained in:
@@ -24,8 +24,7 @@ $.fn.focusWithoutScrolling = function () {
|
||||
|
||||
$(document).ready(function () {
|
||||
$.ajaxSetup({ cache: false });
|
||||
window.jackettIsLocal = window.location.hostname === 'localhost' ||
|
||||
window.location.hostname === '127.0.0.1';
|
||||
window.jackettIsLocal = window.location.hostname === '127.0.0.1';
|
||||
|
||||
bindUIButtons();
|
||||
loadJackettSettings();
|
||||
|
Reference in New Issue
Block a user