diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-14 12:53:14 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-14 12:53:14 +0000 |
commit | 81427447f075b3b90a46ce715a5ce4f841fe27a0 (patch) | |
tree | 9fbe50315935148f6ebbfb37b7de9441379e4445 | |
parent | e0bc5fe26524fb7cfe00baf586549e0bf0cf4bf5 (diff) |
issue42, reset-all is now also refreshing the views
git-svn-id: file:///var/lib/svn/phpfspot/trunk@201 fa6a889d-dae6-447d-9e79-4ba9a3039384
-rw-r--r-- | phpfspot.js | 3 |
1 files changed, 3 insertions, 0 deletions
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; |