Fix js for photo deletion. When the user chooses “Cancel”, he doesn't see anymore a page with the word “false” on it.

This commit is contained in:
mb863 2010-07-05 15:49:13 +00:00
parent a028aca8d4
commit d3737502c9

View file

@ -6,9 +6,5 @@ function delete_photo(passUrl) {
if (delete_photo_answer){ if (delete_photo_answer){
window.open(passUrl); window.open(passUrl);
} }
else{
return false;
}
} }