그누보드 5.0.21 보안패치 및 기타 오류 수정

This commit is contained in:
chicpro
2014-10-28 13:17:24 +09:00
parent 37b0fa5788
commit 097903d0ce
8 changed files with 127 additions and 127 deletions

View File

@ -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;
});