shop.js 파일 삭제

This commit is contained in:
chicpro
2013-05-06 11:10:25 +09:00
parent e50e31bd9a
commit e996e70780
3 changed files with 0 additions and 18 deletions

View File

@ -1,15 +0,0 @@
if (typeof(SHOP_JS) == 'undefined') { // 한번만 실행
var SHOP_JS = true;
// 큰이미지 창
function popup_large_image(it_id, img, width, height, cart_dir)
{
var top = 10;
var left = 10;
url = cart_dir+"/largeimage.php?it_id=" + it_id + "&img=" + img;
width = width + 50;
height = height + 100;
opt = 'scrollbars=yes,width='+width+',height='+height+',top='+top+',left='+left;
popup_window(url, "largeimage", opt);
}
}

View File

@ -8,8 +8,6 @@ define("_INDEX_", TRUE);
include_once(G4_SHOP_PATH.'/shop.head.php');
?>
<script src="<?php echo G4_JS_URL; ?>/shop.js"></script>
<div id="sidx_img">
<img src="<?php echo G4_DATA_URL; ?>/common/main_img" alt="">
</div>

View File

@ -132,7 +132,6 @@ $row = sql_fetch($sql);
$item_relation_count = $row['cnt'];
?>
<script src="<?php echo G4_JS_URL; ?>/shop.js"></script>
<script src="<?php echo G4_JS_URL; ?>/md5.js"></script>
<?php