Remove use of jquery and fix some bugs.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3200 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2016-04-11 15:54:26 +00:00
parent 577606a0f9
commit d82fc5cc85
8 changed files with 61 additions and 36 deletions

View File

@ -123,7 +123,6 @@ function editPage(event) {
</html>`, name: "iframe", style: "flex: 1 1 auto; border: 0; width: 100%"});
}
// XXX: Why do I need .js?
require("ui").fileList({
title: "Live Markdeep Editor",
edit: editPage,