anki/qt/ts/src/overview.ts

7 lines
177 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 */
2019-12-18 07:12:39 +01:00
$(function() {
$("#study").focus();
});