diff options
Diffstat (limited to 'public/assets/js/lib/views/index/index.js')
| -rw-r--r-- | public/assets/js/lib/views/index/index.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/assets/js/lib/views/index/index.js b/public/assets/js/lib/views/index/index.js new file mode 100644 index 0000000..095909d --- /dev/null +++ b/public/assets/js/lib/views/index/index.js @@ -0,0 +1,14 @@ +var IndexView = View.extend({ + + events: { + }, + + initialize: function(opt){ + // opt.parent = parent + }, + + success: function(){ + window.location.href = "/index" + }, + +})
\ No newline at end of file |
