projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a97d8ef
)
explain why alert-boxes appear
author
Andreas Unterkircher
<unki@netshadow.at>
Sun, 20 Jan 2008 09:37:57 +0000
(10:37 +0100)
committer
Andreas Unterkircher
<unki@netshadow.at>
Sun, 20 Jan 2008 10:17:27 +0000
(11:17 +0100)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
phpfspot.js
patch
|
blob
|
history
diff --git
a/phpfspot.js
b/phpfspot.js
index 7e18d3c5fcd63ae37b8f5550982c271f24cb9042..a2c848e5715bf5faf254eb39ceeab348d869c39c 100644
(file)
--- 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()