issue118, fix using variable name for search.tpl and photo_index.tpl twice
[phpfspot.git] / phpfspot.js
index 7dfdcc84c74f1f59f252b9083459c1fcb5cedc33..ae202a0c004f69d0e7eb792c19f62711d787b571 100644 (file)
@@ -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();
    }