Преглед изворни кода

Fix ssl table not appearing (#3116)

Jakob Bouchard пре 3 година
родитељ
комит
0cbae2d992
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      web/templates/pages/edit_web.php

+ 1 - 1
web/templates/pages/edit_web.php

@@ -168,7 +168,7 @@
 					<?=_('SSL Support');?>
 					<?=_('SSL Support');?>
 				</label>
 				</label>
 			</div>
 			</div>
-			<div id="ssltable" class="u-pl30" style="display:<?php if ($v_ssl == 'no' ) { echo 'none';} else {echo 'block';}?> ;">
+			<div x-cloak x-show="sslEnabled" id="ssltable" class="u-pl30">
 				<div class="form-check u-mb10">
 				<div class="form-check u-mb10">
 					<input x-model="letsEncryptEnabled" class="form-check-input" type="checkbox" name="v_letsencrypt" id="letsencrypt">
 					<input x-model="letsEncryptEnabled" class="form-check-input" type="checkbox" name="v_letsencrypt" id="letsencrypt">
 					<label for="letsencrypt">
 					<label for="letsencrypt">