mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-09 22:26:04 +00:00
Fix #1828
This commit is contained in:
1
public/v1/js/ff/accounts/create.js
vendored
1
public/v1/js/ff/accounts/create.js
vendored
@@ -22,6 +22,7 @@
|
||||
|
||||
$(document).ready(function () {
|
||||
"use strict";
|
||||
$(".content-wrapper form input:enabled:visible:first").first().focus().select();
|
||||
if (!Modernizr.inputtypes.date) {
|
||||
$('input[type="date"]').datepicker(
|
||||
{
|
||||
|
Reference in New Issue
Block a user