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

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