issue42, reset-all is now also refreshing the views
[phpfspot.git] / 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;