소셜 팝업창 옵션에 스크롤 옵션 추가
This commit is contained in:
@ -69,7 +69,7 @@ add_stylesheet('<link rel="stylesheet" href="'.get_social_skin_url().'/style.css
|
|||||||
var newWin = window.open(
|
var newWin = window.open(
|
||||||
pop_url,
|
pop_url,
|
||||||
"social_sing_on",
|
"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')
|
if(!newWin || newWin.closed || typeof newWin.closed=='undefined')
|
||||||
|
|||||||
@ -69,7 +69,7 @@ add_stylesheet('<link rel="stylesheet" href="'.get_social_skin_url().'/style.css
|
|||||||
var newWin = window.open(
|
var newWin = window.open(
|
||||||
pop_url,
|
pop_url,
|
||||||
"social_sing_on",
|
"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')
|
if(!newWin || newWin.closed || typeof newWin.closed=='undefined')
|
||||||
|
|||||||
@ -70,7 +70,7 @@ add_stylesheet('<link rel="stylesheet" href="'.get_social_skin_url().'/style.css
|
|||||||
var newWin = window.open(
|
var newWin = window.open(
|
||||||
pop_url,
|
pop_url,
|
||||||
"social_sing_on",
|
"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')
|
if(!newWin || newWin.closed || typeof newWin.closed=='undefined')
|
||||||
|
|||||||
@ -150,7 +150,7 @@ jQuery(function($){
|
|||||||
var newWin = window.open(
|
var newWin = window.open(
|
||||||
pop_url,
|
pop_url,
|
||||||
"social_sing_on",
|
"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')
|
if(!newWin || newWin.closed || typeof newWin.closed=='undefined')
|
||||||
|
|||||||
@ -69,7 +69,7 @@ add_stylesheet('<link rel="stylesheet" href="'.get_social_skin_url().'/style.css
|
|||||||
var newWin = window.open(
|
var newWin = window.open(
|
||||||
pop_url,
|
pop_url,
|
||||||
"social_sing_on",
|
"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')
|
if(!newWin || newWin.closed || typeof newWin.closed=='undefined')
|
||||||
|
|||||||
@ -69,7 +69,7 @@ add_stylesheet('<link rel="stylesheet" href="'.get_social_skin_url().'/style.css
|
|||||||
var newWin = window.open(
|
var newWin = window.open(
|
||||||
pop_url,
|
pop_url,
|
||||||
"social_sing_on",
|
"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')
|
if(!newWin || newWin.closed || typeof newWin.closed=='undefined')
|
||||||
|
|||||||
@ -71,7 +71,7 @@ add_stylesheet('<link rel="stylesheet" href="'.get_social_skin_url().'/style.css
|
|||||||
var newWin = window.open(
|
var newWin = window.open(
|
||||||
pop_url,
|
pop_url,
|
||||||
"social_sing_on",
|
"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')
|
if(!newWin || newWin.closed || typeof newWin.closed=='undefined')
|
||||||
|
|||||||
@ -146,7 +146,7 @@ jQuery(function($){
|
|||||||
var newWin = window.open(
|
var newWin = window.open(
|
||||||
pop_url,
|
pop_url,
|
||||||
"social_sing_on",
|
"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')
|
if(!newWin || newWin.closed || typeof newWin.closed=='undefined')
|
||||||
|
|||||||
Reference in New Issue
Block a user