Revision 682cea18
Added by Stephen Beaver over 9 years ago
src/usr/local/www/firewall_rules.php | ||
---|---|---|
726 | 726 |
// Check all of the rule checkboxes so that their values are posted |
727 | 727 |
$('#order-store').click(function () { |
728 | 728 |
$('[id^=frc]').prop('checked', true); |
729 |
alert(); |
|
730 | 729 |
}); |
731 | 730 |
|
732 | 731 |
// Replace direct delete with quicker front-end action |
Also available in: Unified diff
Remove debuggery