From d3737502c9ae47cc686f27748909f5944d9ebd9d Mon Sep 17 00:00:00 2001 From: mb863 Date: Mon, 5 Jul 2010 15:49:13 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20js=20for=20photo=20deletion.=20When=20the?= =?UTF-8?q?=20user=20chooses=20=E2=80=9CCancel=E2=80=9D,=20he=20doesn't=20?= =?UTF-8?q?see=20anymore=20a=20page=20with=20the=20word=20=E2=80=9Cfalse?= =?UTF-8?q?=E2=80=9D=20on=20it.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webapp/web/js/imageUpload/confirmPhotoDeletion.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/webapp/web/js/imageUpload/confirmPhotoDeletion.js b/webapp/web/js/imageUpload/confirmPhotoDeletion.js index 986af7875..23f239ac3 100644 --- a/webapp/web/js/imageUpload/confirmPhotoDeletion.js +++ b/webapp/web/js/imageUpload/confirmPhotoDeletion.js @@ -5,10 +5,6 @@ function delete_photo(passUrl) { if (delete_photo_answer){ window.open(passUrl); - } - - else{ - return false; - } + } }