G5-82 <사용하지 않는 구글플러스 관련 코드 삭제>

This commit is contained in:
thisgun
2022-07-11 11:02:46 +09:00
parent 58dc48d3ea
commit 95492a5cd8
34 changed files with 0 additions and 54 deletions

View File

@ -8,9 +8,4 @@ $(function() {
window.open($(this).attr("href"), "win_twitter", "menubar=1,resizable=1,width=600,height=350");
return false;
});
$(".share-googleplus").click(function() {
window.open($(this).attr("href"), "win_googleplus", "menubar=1,resizable=1,width=600,height=600");
return false;
});
});