Fix typo for location of PMS logs path
This commit is contained in:
@@ -1169,7 +1169,7 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
function checkLogsPath() {
|
function checkLogsPath() {
|
||||||
if ($("#pms_logs_folder").val() == '') {
|
if ($("#pms_logs_folder").val() == '') {
|
||||||
$("#debugLogCheck").html("You must first define your Plex Server Logs folder path under the Extra Settings tab.");
|
$("#debugLogCheck").html("You must first define your Plex Server Logs folder path under the Plex Media Server tab.");
|
||||||
$("#ip_logging_enable").attr("disabled", true);
|
$("#ip_logging_enable").attr("disabled", true);
|
||||||
} else {
|
} else {
|
||||||
$("#ip_logging_enable").attr("disabled", false);
|
$("#ip_logging_enable").attr("disabled", false);
|
||||||
|
Reference in New Issue
Block a user