]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/DomainWhitelist/lib/whitelistinviteform.php
Make add/remove item buttons work the same way they do on the extended profile form
[quix0rs-gnu-social.git] / plugins / DomainWhitelist / lib / whitelistinviteform.php
index 165d708b754886eec7e790811d3fceaece20c74e..7ff730e6a889953a2465669ce9a616e5dbae1501 100644 (file)
@@ -142,6 +142,7 @@ class WhitelistInviteForm extends Form
             array(
                 'class' => 'remove_row',
                 'href'  => 'javascript://',
+                'style' => 'display: none;'
             ),
             '-'
         );
@@ -151,6 +152,7 @@ class WhitelistInviteForm extends Form
             array(
                 'class' => 'add_row',
                 'href'  => 'javascript://',
+                'style' => 'display: none;'
             ),
             _m('Add another item')
         );