이용 약관, 개인정보처리 방침 이동
This commit is contained in:
+2
-2
@@ -124,11 +124,11 @@ $(document).ready( function () {
|
||||
|
||||
|
||||
$(function($){
|
||||
$.get('terms.1.html').then(function(txt){
|
||||
$.get('../terms.1.html').then(function(txt){
|
||||
$('#terms1').html(txt);
|
||||
});
|
||||
|
||||
$.get('terms.2.html').then(function(txt){
|
||||
$.get('../terms.2.html').then(function(txt){
|
||||
$('#terms2').html(txt);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user