X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot.js;h=ae202a0c004f69d0e7eb792c19f62711d787b571;hp=7dfdcc84c74f1f59f252b9083459c1fcb5cedc33;hb=6a5756a7ced1e064e6d7c3cb8b67723e01951612;hpb=8a050d435329e91cf33fc12f56c82b7a4b479d0a 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(); }