From 8fc6f81f8d22d74a9f0fbd08d47474db5574f8ed Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 27 Oct 2014 09:47:49 +0900 Subject: [PATCH] =?UTF-8?q?this.ref=EB=A5=BC=20this.href=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/common.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/common.js b/js/common.js index 57061e771..9bf51de92 100644 --- a/js/common.js +++ b/js/common.js @@ -468,7 +468,7 @@ $(function(){ }); $(".win_email").click(function() { - win_email(this.ref); + win_email(this.href); return false; }); @@ -478,12 +478,12 @@ $(function(){ }); $(".win_profile").click(function() { - win_profile(this.ref); + win_profile(this.href); return false; }); $(".win_homepage").click(function() { - win_homepage(this.ref); + win_homepage(this.href); return false; });