summaryrefslogtreecommitdiffstats
path: root/phpfspot.js
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot.js')
-rw-r--r--phpfspot.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/phpfspot.js b/phpfspot.js
index 7dfdcc8..ae202a0 100644
--- a/phpfspot.js
+++ b/phpfspot.js
@@ -383,13 +383,12 @@ function init_phpfspot(srv_webpath)
web_path = '';
/* always load list of available tags */
- refreshAvailableTags();
+ //this should not be more necessary since 4.5.08
+ //refreshAvailableTags();
/* ask the server what we are currently displaying */
whattodo = AskServerWhatToDo();
- window.alert(whattodo);
-
if(whattodo == 'showpi' || whattodo == 'showpi_date') {
showPhotoIndex();
}