이용 약관, 개인정보처리 방침 이동

This commit is contained in:
2018-05-12 05:07:55 +09:00
parent ab6bb54eae
commit 798be5fd5c
4 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -171,7 +171,7 @@ function postOAuthResult(result){
</div>
</div>
<div id="bottom_box">
<div class="container"><a href="oauth_kakao/terms.2.html">개인정보처리방침</a> &amp; <a href="oauth_kakao/terms.1.html">이용약관</a><br>© 2018 • HideD
<div class="container"><a href="terms.2.html">개인정보처리방침</a> &amp; <a href="terms.1.html">이용약관</a><br>© 2018 • HideD
</div></div>
</body>
</html>
+2 -2
View File
@@ -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);
});
});