issue42, reset-all is now also refreshing the views
authorAndreas Unterkircher <unki@netshadow.at>
Sat, 14 Jul 2007 12:53:14 +0000 (12:53 +0000)
committerAndreas Unterkircher <unki@netshadow.at>
Sat, 14 Jul 2007 12:53:14 +0000 (12:53 +0000)
git-svn-id: file:///var/lib/svn/phpfspot/trunk@201 fa6a889d-dae6-447d-9e79-4ba9a3039384

phpfspot.js

index f101e6080900209319d927a4e96ceca2f5a5ba0e..bd2baf304a8f216aa56ad714319ec10916ad2cd0 100644 (file)
@@ -220,6 +220,9 @@ function resetAll()
 {
    HTML_AJAX.grab(encodeURI('rpc.php?action=reset'));
    clearSearch();
+   refreshAvailableTags();
+   refreshSelectedTags();
+   refreshPhotoIndex();
 }
 
 var startup = 1;