From 9ec1540c6765a476a8c6a22d857d9b0c2b541b7a Mon Sep 17 00:00:00 2001 From: itozyun Date: Mon, 2 Apr 2012 08:03:51 +0900 Subject: [PATCH] removed comment-out at pettanr.artistConsole --- public/assets/work.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/work.js b/public/assets/work.js index b4bd72c9..8f958908 100644 --- a/public/assets/work.js +++ b/public/assets/work.js @@ -4136,9 +4136,9 @@ pettanr.artistConsole = ( function(){ } function onLoad(){ elmIframe.onload = null; - // ( elmIframe.contentWindow || elmIframe.contentDocument.parentWindow ).close(); + ( elmIframe.contentWindow || elmIframe.contentDocument.parentWindow ).close(); elmProgress.innerHTML = 'success!'; - // setTimeout( clickCancel , 1000); + setTimeout( clickCancel , 1000); isUploading = false; } -- 2.11.0