summaryrefslogtreecommitdiffstats
path: root/phpfspot.js
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-01-20 10:37:57 +0100
committerAndreas Unterkircher <unki@netshadow.at>2008-01-20 10:37:57 +0100
commit061b005105a7da791de2a8fbb461f77f2615b6cd (patch)
tree15a4d4bb096e913cc65a993a5347c60480434667 /phpfspot.js
parent9db171ee763fbf5ba6d7f5cebd565e14d55b4ce0 (diff)
explain why alert-boxes appear
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'phpfspot.js')
-rw-r--r--phpfspot.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpfspot.js b/phpfspot.js
index 7e18d3c..a2c848e 100644
--- a/phpfspot.js
+++ b/phpfspot.js
@@ -77,7 +77,7 @@ function Tags(mode, id)
refreshPhotoIndex();
}
else {
- window.alert(retr);
+ window.alert("Server message: "+ retr);
}
} // Tags()
@@ -177,7 +177,7 @@ function startSearch()
showPhotoIndex();
}
else {
- window.alert(retr);
+ window.alert("Server message: "+ retr);
}
} // startSearch()
@@ -534,7 +534,7 @@ function update_sort_order(obj)
showPhotoIndex();
}
else {
- window.alert(retr);
+ window.alert("Server message: "+ retr);
}
} // update_sort_order()