summaryrefslogtreecommitdiffstats
path: root/phpfspot.js
diff options
context:
space:
mode:
Diffstat (limited to 'phpfspot.js')
-rw-r--r--phpfspot.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpfspot.js b/phpfspot.js
index 6c0054d..47ebe32 100644
--- a/phpfspot.js
+++ b/phpfspot.js
@@ -373,6 +373,8 @@ function init_phpfspot(mode)
/* ask the server what we are currently displaying */
whattodo = AskServerWhatToDo();
+ window.alert(whattodo);
+
if(whattodo == 'showpi' || whattodo == 'showpi_date') {
showPhotoIndex();
}