From: Andreas Unterkircher Date: Sun, 20 Jan 2008 09:37:57 +0000 (+0100) Subject: explain why alert-boxes appear X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=061b005105a7da791de2a8fbb461f77f2615b6cd explain why alert-boxes appear Signed-off-by: Andreas Unterkircher --- 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()