diff options
author | Steve Beaver <sbeaver@netgate.com> | 2016-11-11 13:44:47 -0500 |
---|---|---|
committer | Steve Beaver <sbeaver@netgate.com> | 2016-11-11 13:44:47 -0500 |
commit | 464a540a3b7f7c5351526dbc515ade4554b1976e (patch) | |
tree | 1fbdb45d0223ed875445bfb41c5b96b9aaa2fcb1 | |
parent | b9c0d66df5d07edcd2ee543521efe771f4e54aa4 (diff) | |
download | pfsense-464a540a3b7f7c5351526dbc515ade4554b1976e.zip pfsense-464a540a3b7f7c5351526dbc515ade4554b1976e.tar.gz |
Revert change to row delete button
-rw-r--r-- | src/usr/local/www/services_unbound_host_edit.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/usr/local/www/services_unbound_host_edit.php b/src/usr/local/www/services_unbound_host_edit.php index f9bd615..93e01fe 100644 --- a/src/usr/local/www/services_unbound_host_edit.php +++ b/src/usr/local/www/services_unbound_host_edit.php @@ -308,12 +308,3 @@ $form->add($section); print($form); include("foot.inc"); -?> -<script type="text/javascript"> -//<![CDATA[ - events.push(function() { - // Suppress "Delete row" button if there are fewer than two rows - checkLastRow(); -}); -//]]> -</script>
\ No newline at end of file |