mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-07-27 11:18:08 +08:00
added input to create task for first time, a page view which will handle the input and add to the list
This commit is contained in:
@@ -2,5 +2,5 @@ var app = app || {};
|
||||
var ENTER_KEY = 13;
|
||||
|
||||
$(function(){
|
||||
new app.ListView();
|
||||
new app.Page();
|
||||
});
|
||||
Reference in New Issue
Block a user