fixed pagination to work correctly on index page
authorArun Persaud <arun@nubati.net>
Wed, 26 Sep 2012 06:00:12 +0000 (23:00 -0700)
committerArun Persaud <arun@nubati.net>
Wed, 26 Sep 2012 06:00:12 +0000 (23:00 -0700)
main problem was asynchronus call to handle json data where some variables were set. those were not available in time at other places. fixed by moving those function calls inside the json loop


No differences found