summaryrefslogtreecommitdiff
path: root/public/assets/js/lib/views/index/index.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-07 14:04:18 -0400
committerJules Laplace <jules@okfoc.us>2015-09-07 14:04:18 -0400
commitebac7f79d32c524de750adc3bcf1cc539625d552 (patch)
tree0967200ce631c16a54121d36a3e472eb08ad049c /public/assets/js/lib/views/index/index.js
parentaa9718404cba9cf1c872b7cedded31d68d3beb54 (diff)
split up partials and stub in mailbox frontend
Diffstat (limited to 'public/assets/js/lib/views/index/index.js')
-rw-r--r--public/assets/js/lib/views/index/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/index/index.js b/public/assets/js/lib/views/index/index.js
index 3d4dc72..a1e8af5 100644
--- a/public/assets/js/lib/views/index/index.js
+++ b/public/assets/js/lib/views/index/index.js
@@ -19,7 +19,7 @@ var IndexView = View.extend({
populate: function(data){
this.hootbox.load(data.hootbox)
- this.threadbox.load(data.threads)
+ this.threadbox.load(data)
this.lastlog.load(data.lastlog)
},