코드 정리

This commit is contained in:
gnuboard
2013-09-11 14:27:56 +09:00
parent 3cf99851ee
commit 57a962db3d
15 changed files with 15 additions and 43 deletions

View File

@ -8,8 +8,6 @@ if (G4_IS_MOBILE) {
include_once(G4_LIB_PATH.'/thumbnail.lib.php');
//$it_id = $_REQUEST['it_id'];
$itemqa_list = "./itemqalist.php";
$itemqa_form = "./itemqaform.php?it_id=".$it_id;
$itemqa_formupdate = "./itemqaformupdate.php?it_id=".$it_id;
@ -162,7 +160,7 @@ echo itemqa_page($config['cf_write_pages'], $page, $total_page, "./itemqa.php?it
<script>
$(function(){
$(".itemqa_form").click(function(){
window.open(this.href, "itemqa_form", "width=800,height=500,scrollbars=1");
window.open(this.href, "itemqa_form", "width=800,height=600,scrollbars=1");
return false;
});