Author: apfelmaennchen
Date: 2008-03-16 23:05:50 +0100 (Sun, 16 Mar 2008)
New Revision: 4574

Modified:
   trunk/htroot/yacy/ui/index.html
   trunk/htroot/yacy/ui/result.html
Log:
added .trigger("update") after paging

Modified: trunk/htroot/yacy/ui/index.html
===================================================================
--- trunk/htroot/yacy/ui/index.html     2008-03-16 21:44:51 UTC (rev 4573)
+++ trunk/htroot/yacy/ui/index.html     2008-03-16 22:05:50 UTC (rev 4574)
@@ -84,7 +84,7 @@
                                                                                
<label for="appl">Applications</label>
                                                                </div>          
                                                
                                                                <input 
type="hidden" name="former" value="" />
-                                                               <input 
type="hidden" name="count" value="15" />
+                                                               <input 
type="hidden" name="count" value="10" />
                                                                <input 
type="hidden" name="offset" value="0" />
                                                                <input 
type="hidden" name="resource" value="global" />
                                                                <input 
type="hidden" name="urlmaskfilter" value=".*" />

Modified: trunk/htroot/yacy/ui/result.html
===================================================================
--- trunk/htroot/yacy/ui/result.html    2008-03-16 21:44:51 UTC (rev 4573)
+++ trunk/htroot/yacy/ui/result.html    2008-03-16 22:05:50 UTC (rev 4574)
@@ -53,6 +53,7 @@
                        var selected = $('#container 
ul').data('selected.ui-tabs');
                        $('#container ul').tabs('url', selected, result);
                $('#container ul').tabs('load', selected);
+                       $('#pagination').trigger("update");
                }
        </script>       
        ::

_______________________________________________
YaCy-svn mailing list
YaCy-svn@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/yacy-svn

Antwort per Email an