mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Removed pikaday (unused)
This commit is contained in:
parent
871139de39
commit
12c88e34b3
4 changed files with 3 additions and 18 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<input class="i18n" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
|
||||
data-bind="pikaday: value, attr: {'placeholder': placeholder}, enable: enable, css: className" />
|
||||
<input class="i18n" type="date" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"
|
||||
data-bind="attr: {'placeholder': placeholder}, enable: enable, css: className" />
|
||||
<!-- ko if: labeled -->
|
||||
|
||||
<span class="i18n" data-bind="attr: {'data-i18n': label}"></span>
|
||||
|
|
@ -11,4 +11,4 @@
|
|||
name: 'SaveTrigger',
|
||||
params: { value: trigger }
|
||||
}"></div>
|
||||
<!-- /ko -->
|
||||
<!-- /ko -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue