mirror of
https://github.com/ankitects/anki.git
synced 2026-01-15 14:59:00 -05:00
6 lines
177 B
TypeScript
6 lines
177 B
TypeScript
/* Copyright: Ankitects Pty Ltd and contributors
|
|
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
|
|
|
$(function() {
|
|
$("#study").focus();
|
|
});
|