mirror of
https://github.com/wassname/HackFlowy.git
synced 2026-08-12 11:40:31 +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