mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03:00
http:// to https://
This commit is contained in:
parent
749f372042
commit
032fa8c736
4 changed files with 7 additions and 15 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue