put it back this file.

This commit is contained in:
mb863 2010-07-09 21:08:38 +00:00
parent 6f82d3c131
commit bb0468c459

View file

@ -1,10 +0,0 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
function delete_photo(passUrl) {
var delete_photo_answer = confirm ("Are you sure you want to delete your photo?");
if (delete_photo_answer){
window.open(passUrl);
}
}