summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/pkg_edit.php')
-rw-r--r--src/usr/local/www/pkg_edit.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/usr/local/www/pkg_edit.php b/src/usr/local/www/pkg_edit.php
index 785f1ea..651f115 100644
--- a/src/usr/local/www/pkg_edit.php
+++ b/src/usr/local/www/pkg_edit.php
@@ -1518,7 +1518,7 @@ if (!empty($advanced)) {
'Show Advanced Options',
null,
'fa-cog'
- ))->addClass('btn-info');
+ ))->setAttribute('type','button')->addClass('btn-info');
$form->add($advanced);
}
@@ -1548,8 +1548,6 @@ if ($pkg['fields']['field'] != "") { ?>
checkLastRow();
// Show advanced section if you click the showadv button
- $('#showadv').prop('type', 'button');
-
$("#showadv").click(function() {
advanced_visible = !advanced_visible;
OpenPOWER on IntegriCloud