itemqa.php 파일에서 필요없는 div 태크 삭제
This commit is contained in:
@ -95,7 +95,6 @@ $thumbnail_width = 500;
|
|||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<?php }
|
<?php }
|
||||||
@ -157,7 +156,7 @@ echo itemqa_page(10, $page, $total_page, "./itemqa.php?it_id=$it_id&page=",
|
|||||||
<script>
|
<script>
|
||||||
$(function(){
|
$(function(){
|
||||||
$(".itemqa_form").click(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=500,scrollbars=1");
|
||||||
});
|
});
|
||||||
|
|
||||||
$(".itemqa_delete").click(function(){
|
$(".itemqa_delete").click(function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user