From 81427447f075b3b90a46ce715a5ce4f841fe27a0 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 14 Jul 2007 12:53:14 +0000 Subject: [PATCH] issue42, reset-all is now also refreshing the views git-svn-id: file:///var/lib/svn/phpfspot/trunk@201 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- phpfspot.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpfspot.js b/phpfspot.js index f101e60..bd2baf3 100644 --- a/phpfspot.js +++ b/phpfspot.js @@ -220,6 +220,9 @@ function resetAll() { HTML_AJAX.grab(encodeURI('rpc.php?action=reset')); clearSearch(); + refreshAvailableTags(); + refreshSelectedTags(); + refreshPhotoIndex(); } var startup = 1; -- 2.25.1