X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot.js;h=a2c848e5715bf5faf254eb39ceeab348d869c39c;hp=7e18d3c5fcd63ae37b8f5550982c271f24cb9042;hb=217bca545926a2fc8989b874661fc2ecad4bbf9b;hpb=a97d8efa5e25b656e7f56fc954468aa36a7979fe 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()