Merge branch 'master' into rosewiper

This commit is contained in:
rosewiper 2024-08-29 15:56:51 +09:00
commit a6f02fbf9b
2 changed files with 2 additions and 2 deletions

View File

@ -240,7 +240,7 @@ function fn_click_banner_add_stat(bannerMenuCode){
console.log("fn_click_banner_add_stat 배너 선택 "+ bannerMenuCode) ;
if (bannerMenuCode == "001_02")
{
window.open("https://twww.one-keeper.co.kr/cp/munjaon/index.aspx"); // 새탭에서 열림
window.open("https://www.one-keeper.co.kr/cp/munjaon/index.aspx"); // 새탭에서 열림
} else if (bannerMenuCode == "002_02")
{
window.open("http://ganpandaum.co.kr"); // 새탭에서 열림

View File

@ -1080,7 +1080,7 @@ function fn_click_banner_add_stat(bannerMenuCode){
// 배너클릭 후 배너클릭통계 처리 성공과 관계없이 무조건 배너이동 함.
if (bannerMenuCode == "001_01")
{
window.open("https://twww.one-keeper.co.kr/cp/munjaon/index.aspx"); // 새탭에서 열림
window.open("https://www.one-keeper.co.kr/cp/munjaon/index.aspx"); // 새탭에서 열림
} else if (bannerMenuCode == "002_01")
{
window.open("http://ganpandaum.co.kr"); // 새탭에서 열림