includes/clientside/static/paginate.js
changeset 594 738c61b498a6
parent 582 a38876c0793c
child 789 4a8fc835ba02
--- a/includes/clientside/static/paginate.js	Wed Jul 02 22:15:55 2008 -0400
+++ b/includes/clientside/static/paginate.js	Thu Jul 03 15:08:35 2008 -0400
@@ -13,6 +13,7 @@
 
 window.paginator = function(data, callback, offset, perpage, passer)
 {
+  load_component('flyin');
   if ( !perpage || typeof(perpage) != 'number' || ( typeof(perpage) == 'number' && perpage < 1 ) )
   {
     this.perpage = 10;