summaryrefslogtreecommitdiff
path: root/public/assets/js/lib/views/index/threadbox.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-07 15:13:34 -0400
committerJules Laplace <jules@okfoc.us>2015-09-07 15:13:34 -0400
commit1f63da4b902f29ed6cde81d1274b142d481a88a2 (patch)
tree1f82c31dc7cf8f4c60c2bc7fbb755b3bead43429 /public/assets/js/lib/views/index/threadbox.js
parent71f31835a62f903b06d3f97476ec906eb4e9c8ed (diff)
styling boxes, call it ledger style
Diffstat (limited to 'public/assets/js/lib/views/index/threadbox.js')
-rw-r--r--public/assets/js/lib/views/index/threadbox.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/assets/js/lib/views/index/threadbox.js b/public/assets/js/lib/views/index/threadbox.js
index eee7a5c..0475382 100644
--- a/public/assets/js/lib/views/index/threadbox.js
+++ b/public/assets/js/lib/views/index/threadbox.js
@@ -1,5 +1,5 @@
var ThreadBox = View.extend({
- el: ".threads",
+ el: "#threads",
events: {
},