mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:28 -06:00
8 lines
70 B
JavaScript
8 lines
70 B
JavaScript
'use strict'
|
|
|
|
/* global $ */
|
|
|
|
$(() => {
|
|
$('#login-user').focus()
|
|
})
|