summaryrefslogtreecommitdiffstats
path: root/web/js/labitrack.d/43-browse.coffee
diff options
context:
space:
mode:
authorAsbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>2012-08-10 21:14:52 +0000
committerAsbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>2012-08-10 21:14:52 +0000
commit802a86a276784601e0a952611bfcfb823831608f (patch)
tree38a45e0a43b2cfd7e757f3dfae49257269443d71 /web/js/labitrack.d/43-browse.coffee
parent2a029fb35f22ddf03326ec1f9c6b7ef413c2c293 (diff)
downloadlabitrack-802a86a276784601e0a952611bfcfb823831608f.tar.gz
labitrack-802a86a276784601e0a952611bfcfb823831608f.tar.xz
labitrack-802a86a276784601e0a952611bfcfb823831608f.zip
implement search support
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
Diffstat (limited to 'web/js/labitrack.d/43-browse.coffee')
-rw-r--r--web/js/labitrack.d/43-browse.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/labitrack.d/43-browse.coffee b/web/js/labitrack.d/43-browse.coffee
index b0d3358..f630d90 100644
--- a/web/js/labitrack.d/43-browse.coffee
+++ b/web/js/labitrack.d/43-browse.coffee
@@ -35,7 +35,7 @@ browse = Backbone.View.extend {
pages = []
if stats != undefined
pgcnt = Math.ceil(stats.count / 10)
- pages = λ.pagination page, pgcnt
+ pages = λ.pagination '/browse', page, pgcnt
data = {
rows: @collection.toJSON(),