mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2025-10-14 00:44:23 -05:00
AJAX waypoint/quest enable/disable working
This commit is contained in:
@@ -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>";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user