아이디 생성 가능

This commit is contained in:
2018-01-20 05:35:11 +09:00
parent 9e3182bf2a
commit a39a1e8612
4 changed files with 15 additions and 8 deletions
+2 -1
View File
@@ -12,8 +12,9 @@ function Replace(url) {
}
function ReplaceFrame(url) {
//window.top.location.replace(url);
console.log('top',url);
window.top.location.replace(url);
}
function ImportStyle(href) {