AJAX waypoint/quest enable/disable working

This commit is contained in:
Hash Borgir
2023-06-02 04:42:29 -06:00
parent b9f4054028
commit ce83c42701
4 changed files with 111 additions and 113 deletions

View File

@@ -32,7 +32,7 @@ EOT;
$kD = str_replace([" NM", " Hell"], "", $kD);
$checked = ($v == 1) ? 'checked' : '';
$quests .= "<input type='checkbox' value='1' name='quest[$k]' id='$k' $checked>";
$quests .= "<input class='qcheck' diff='$difficulty' type='checkbox' value='1' name='$k' id='$k' $checked>";
$quests .= "<label for='$k'>$kD</label><br>";
}
}