Update ReCaptcha note + check

This commit is contained in:
kaso17
2017-02-27 11:35:30 +01:00
parent 96f503cda0
commit 799d435f2a
2 changed files with 3 additions and 4 deletions

View File

@@ -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();