This commit is contained in:
parent
bb0468c459
commit
ebd885c3bd
1 changed files with 9 additions and 0 deletions
|
@ -0,0 +1,9 @@
|
|||
/* $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);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue