aboutsummaryrefslogtreecommitdiff
path: root/web/lib
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2013-01-06 17:54:31 +0100
committerJochen Topf <jochen@topf.org>2013-01-06 17:54:31 +0100
commit777e406b3945215e1fc35646e81d5b77f787eb16 (patch)
tree8e4ab8efc37c0a75a3f8c4c56f1c43853c8d10c3 /web/lib
parentb06f9c90923ac5564699878f7734221aecc00e91 (diff)
downloadtaginfo-777e406b3945215e1fc35646e81d5b77f787eb16.tar
taginfo-777e406b3945215e1fc35646e81d5b77f787eb16.tar.gz
Fix error with paging in flexigrid tables
Diffstat (limited to 'web/lib')
-rw-r--r--web/lib/api/reports.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/web/lib/api/reports.rb b/web/lib/api/reports.rb
index 3172fc4..93b5e52 100644
--- a/web/lib/api/reports.rb
+++ b/web/lib/api/reports.rb
@@ -114,7 +114,6 @@ class Taginfo < Sinatra::Base
execute()
return {
- :page => 1,
:total => res.size,
:data => res.map{ |row| {
:code => row['code'],