warning 확인을 위해 가능한 모든 replace 태그를 무효화함
index.php에 대한 iframe 일부 삭제
This commit is contained in:
+4
-2
@@ -7,11 +7,13 @@ function Open(url) {
|
||||
}
|
||||
|
||||
function Replace(url) {
|
||||
location.replace(url);
|
||||
//location.replace(url);
|
||||
console.log('this',url);
|
||||
}
|
||||
|
||||
function ReplaceFrame(url) {
|
||||
window.top.location.replace(url);
|
||||
//window.top.location.replace(url);
|
||||
console.log('top',url);
|
||||
}
|
||||
|
||||
function ImportStyle(href) {
|
||||
|
||||
Reference in New Issue
Block a user