http:// to https://

This commit is contained in:
djmaze 2020-07-22 14:55:40 +02:00
parent 749f372042
commit 032fa8c736
4 changed files with 7 additions and 15 deletions

View file

@ -245,7 +245,7 @@
<div data-bind="foreach: viewPropertiesWeb">
<div class="property-line">
<span class="contactValueLargeStatic" data-bind="text: value"></span>
<input type="text" class="contactValueInputLarge" placeholder="http://"
<input type="text" class="contactValueInputLarge" placeholder="https://"
autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
data-bind="value: value, hasFocus: focused, valueUpdate: 'keyup'" />
</div>