mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
Remove overview.ts
This commit is contained in:
parent
18f03d5cb1
commit
ae3f8adbb3
2 changed files with 1 additions and 7 deletions
|
@ -1,6 +0,0 @@
|
||||||
/* Copyright: Ankitects Pty Ltd and contributors
|
|
||||||
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
|
||||||
|
|
||||||
$(function () {
|
|
||||||
$("#study").focus();
|
|
||||||
});
|
|
|
@ -187,7 +187,7 @@ class Overview:
|
||||||
self.web.stdHtml(
|
self.web.stdHtml(
|
||||||
self._body % content.__dict__,
|
self._body % content.__dict__,
|
||||||
css=["css/overview.css"],
|
css=["css/overview.css"],
|
||||||
js=["js/vendor/jquery.min.js", "js/overview.js"],
|
js=["js/vendor/jquery.min.js"],
|
||||||
context=self,
|
context=self,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue