anki/qt/aqt/data/web/js/overview.ts

7 lines
178 B
TypeScript
Raw Normal View History

2019-02-05 04:59:03 +01:00
/* Copyright: Ankitects Pty Ltd and contributors
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
2020-06-24 13:54:38 +02:00
$(function () {
2019-12-18 07:12:39 +01:00
$("#study").focus();
});