warning 확인을 위해 가능한 모든 replace 태그를 무효화함
index.php에 대한 iframe 일부 삭제
This commit is contained in:
+4
-1
@@ -43,7 +43,10 @@ if($me['skin'] < 1) {
|
||||
<link rel=stylesheet href=stylesheet.php?<?=$me['skin'];?> type=text/css>
|
||||
<script type="text/javascript">
|
||||
function go(type) {
|
||||
if(type == 0) location.replace('c_vacation.php');
|
||||
if(type == 0){
|
||||
//location.replace('c_vacation.php');
|
||||
console.log('c_vacation.php');//TODO:debug all and replace
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<?php require('analytics.php'); ?>
|
||||
|
||||
Reference in New Issue
Block a user