diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-09-07 15:13:34 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-09-07 15:13:34 -0400 |
| commit | 1f63da4b902f29ed6cde81d1274b142d481a88a2 (patch) | |
| tree | 1f82c31dc7cf8f4c60c2bc7fbb755b3bead43429 /public/assets/js/lib/views/index/threadbox.js | |
| parent | 71f31835a62f903b06d3f97476ec906eb4e9c8ed (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.js | 2 |
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: { }, |
