Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
소셜 팝업창 옵션에 스크롤 옵션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
thisgun committed Sep 17, 2018
1 parent 1a41638 commit 2ca2bf0
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mobile/skin/social/social_login.skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
var newWin = window.open(
pop_url,
"social_sing_on",
"location=0,status=0,scrollbars=0,width=600,height=500"
"location=0,status=0,scrollbars=1,width=600,height=500"
);

if(!newWin || newWin.closed || typeof newWin.closed=='undefined')
Expand Down
2 changes: 1 addition & 1 deletion mobile/skin/social/social_outlogin.skin.1.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
var newWin = window.open(
pop_url,
"social_sing_on",
"location=0,status=0,scrollbars=0,width=600,height=500"
"location=0,status=0,scrollbars=1,width=600,height=500"
);

if(!newWin || newWin.closed || typeof newWin.closed=='undefined')
Expand Down
2 changes: 1 addition & 1 deletion mobile/skin/social/social_register.skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
var newWin = window.open(
pop_url,
"social_sing_on",
"location=0,status=0,scrollbars=0,width=600,height=500"
"location=0,status=0,scrollbars=1,width=600,height=500"
);

if(!newWin || newWin.closed || typeof newWin.closed=='undefined')
Expand Down
2 changes: 1 addition & 1 deletion mobile/skin/social/social_u_register_form.skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function social_link_fn(provider){
var newWin = window.open(
pop_url,
"social_sing_on",
"location=0,status=0,scrollbars=0,width=600,height=500"
"location=0,status=0,scrollbars=1,width=600,height=500"
);

if(!newWin || newWin.closed || typeof newWin.closed=='undefined')
Expand Down
2 changes: 1 addition & 1 deletion skin/social/social_login.skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
var newWin = window.open(
pop_url,
"social_sing_on",
"location=0,status=0,scrollbars=0,width=600,height=500"
"location=0,status=0,scrollbars=1,width=600,height=500"
);

if(!newWin || newWin.closed || typeof newWin.closed=='undefined')
Expand Down
2 changes: 1 addition & 1 deletion skin/social/social_outlogin.skin.1.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
var newWin = window.open(
pop_url,
"social_sing_on",
"location=0,status=0,scrollbars=0,width=600,height=500"
"location=0,status=0,scrollbars=1,width=600,height=500"
);

if(!newWin || newWin.closed || typeof newWin.closed=='undefined')
Expand Down
2 changes: 1 addition & 1 deletion skin/social/social_register.skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
var newWin = window.open(
pop_url,
"social_sing_on",
"location=0,status=0,scrollbars=0,width=600,height=500"
"location=0,status=0,scrollbars=1,width=600,height=500"
);

if(!newWin || newWin.closed || typeof newWin.closed=='undefined')
Expand Down
2 changes: 1 addition & 1 deletion skin/social/social_u_register_form.skin.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function social_link_fn(provider){
var newWin = window.open(
pop_url,
"social_sing_on",
"location=0,status=0,scrollbars=0,width=600,height=500"
"location=0,status=0,scrollbars=1,width=600,height=500"
);

if(!newWin || newWin.closed || typeof newWin.closed=='undefined')
Expand Down

0 comments on commit 2ca2bf0

Please sign in to comment.