From 54cb097ea432b254f5ffa7e3d79298c9d3561439 Mon Sep 17 00:00:00 2001 From: apfelmaennchen Date: Sun, 16 Mar 2008 22:05:50 +0000 Subject: [PATCH] added .trigger("update") after paging git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4574 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/yacy/ui/index.html | 2 +- htroot/yacy/ui/result.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/htroot/yacy/ui/index.html b/htroot/yacy/ui/index.html index 6f6a4107a..dfac50831 100644 --- a/htroot/yacy/ui/index.html +++ b/htroot/yacy/ui/index.html @@ -84,7 +84,7 @@ - + diff --git a/htroot/yacy/ui/result.html b/htroot/yacy/ui/result.html index be614e893..3be7b0784 100644 --- a/htroot/yacy/ui/result.html +++ b/htroot/yacy/ui/result.html @@ -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"); } ::