|
|
@@ -700,4 +700,15 @@ function gotoPara(paragraph) {
|
|
|
url += "&direction=" + _direction;
|
|
|
}
|
|
|
location.assign(url);
|
|
|
+}
|
|
|
+
|
|
|
+function show_channel_detail_pannal(){
|
|
|
+ if($("#right_pannal").css("display")=="none"){
|
|
|
+ $("#right_pannal").show();
|
|
|
+ $(".contents_div").css("width","70%");
|
|
|
+ }else{
|
|
|
+ $("#right_pannal").hide();
|
|
|
+ $(".contents_div").css("width","100%");
|
|
|
+ }
|
|
|
+
|
|
|
}
|