Remove overview.ts

This commit is contained in:
Henrik Giesel 2021-04-13 19:09:27 +02:00
parent 18f03d5cb1
commit ae3f8adbb3
2 changed files with 1 additions and 7 deletions

View File

@ -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();
});

View File

@ -187,7 +187,7 @@ class Overview:
self.web.stdHtml(
self._body % content.__dict__,
css=["css/overview.css"],
js=["js/vendor/jquery.min.js", "js/overview.js"],
js=["js/vendor/jquery.min.js"],
context=self,
)