From: Andreas Unterkircher Date: Sat, 14 Jul 2007 12:53:14 +0000 (+0000) Subject: issue42, reset-all is now also refreshing the views X-Git-Tag: phpfspot-1.2~134 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=81427447f075b3b90a46ce715a5ce4f841fe27a0 issue42, reset-all is now also refreshing the views git-svn-id: file:///var/lib/svn/phpfspot/trunk@201 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- 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;