From bb0468c4597eadc4bbeaa8f66ff4005e387ca7dc Mon Sep 17 00:00:00 2001 From: mb863 Date: Fri, 9 Jul 2010 21:08:38 +0000 Subject: [PATCH] put it back this file. --- webapp/web/js/imageUpload/confirmPhotoDeletion.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/webapp/web/js/imageUpload/confirmPhotoDeletion.js b/webapp/web/js/imageUpload/confirmPhotoDeletion.js index 23f239ac3..e69de29bb 100644 --- a/webapp/web/js/imageUpload/confirmPhotoDeletion.js +++ b/webapp/web/js/imageUpload/confirmPhotoDeletion.js @@ -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); - } -} -