mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-01 18:08:19 +01:00
updated jslib
This commit is contained in:
parent
39ef5d2e92
commit
867286a70e
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit f711c48696b5abc07998bb12b782b600bf7d53e6
|
||||
Subproject commit 58be5796b0c2b19aacf52d4a1c179aeb80924443
|
@ -82,7 +82,7 @@
|
||||
[readOnly]="disabled" data-date-format="mm/dd/yyyy">
|
||||
<select id="deletionTimeCustomFallback" formControlName="fallbackDeletionTime"
|
||||
name="SafariDeletionTime">
|
||||
<option *ngFor="let o of safariDeletionTimePresetOptions" [ngValue]="o.military">{{o.standard}}
|
||||
<option *ngFor="let o of safariDeletionTimePresetOptions" [ngValue]="o.twentyFourHour">{{o.twelveHour}}
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
@ -112,8 +112,8 @@
|
||||
[readOnly]="disabled" data-date-format="mm/dd/yyyy">
|
||||
<select id="expirationTimeCustomFallback"
|
||||
formControlName="fallbackExpirationTime" name="SafariExpirationTime">
|
||||
<option *ngFor="let o of safariExpirationTimePresetOptions" [ngValue]="o.military">
|
||||
{{o.standard}}
|
||||
<option *ngFor="let o of safariExpirationTimePresetOptions" [ngValue]="o.twentyFourHour">
|
||||
{{o.twelveHour}}
|
||||
</option>
|
||||
</select>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user