diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-24 20:06:22 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-24 20:06:22 -0400 |
| commit | 8af5560079066b2db70524c92dc783945cd70cad (patch) | |
| tree | 1d957ed770237ee26d90da8acc4e32fb04569344 /public/assets/js/index.js | |
| parent | 2f653bb7992dc597ee7829dd5dd9a651cd9ea3fb (diff) | |
upload working
Diffstat (limited to 'public/assets/js/index.js')
| -rw-r--r-- | public/assets/js/index.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/js/index.js b/public/assets/js/index.js index fefb7fc..c2275df 100644 --- a/public/assets/js/index.js +++ b/public/assets/js/index.js @@ -5,6 +5,7 @@ var app = (function(){ app.init = function(){ app.view = new NavView () + app.upload = new DragView () $(window).on("focus", app.focus) $(window).on("blur", app.blur) |
