5 lines
174 B
JavaScript
5 lines
174 B
JavaScript
/* Copyright: Ankitects Pty Ltd and contributors
|
|
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
|
|
|
$(function () { $("#study").focus(); });
|