Skip to content

Commit 892c00c

Browse files
author
Kristan Kenney
committed
Hide advanced options table on Add Web Domain when reloading
1 parent 63d49d4 commit 892c00c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/add_web.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
</tr>
127127
-->
128128
</table>
129-
<table class="data-col2" width="600px" style="display:<?php if (empty($v_adv)) echo 'none';?> ;" id="advtable">
129+
<table class="data-col2" width="600px" style="display: none;">
130130
<tr>
131131
<td class="vst-text input-label">
132132
<?php print _('Aliases');?>

0 commit comments

Comments
 (0)