이용 약관, 개인정보처리 방침 이동
This commit is contained in:
@@ -171,7 +171,7 @@ function postOAuthResult(result){
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="bottom_box">
|
<div id="bottom_box">
|
||||||
<div class="container"><a href="oauth_kakao/terms.2.html">개인정보처리방침</a> & <a href="oauth_kakao/terms.1.html">이용약관</a><br>© 2018 • HideD
|
<div class="container"><a href="terms.2.html">개인정보처리방침</a> & <a href="terms.1.html">이용약관</a><br>© 2018 • HideD
|
||||||
</div></div>
|
</div></div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
+2
-2
@@ -124,11 +124,11 @@ $(document).ready( function () {
|
|||||||
|
|
||||||
|
|
||||||
$(function($){
|
$(function($){
|
||||||
$.get('terms.1.html').then(function(txt){
|
$.get('../terms.1.html').then(function(txt){
|
||||||
$('#terms1').html(txt);
|
$('#terms1').html(txt);
|
||||||
});
|
});
|
||||||
|
|
||||||
$.get('terms.2.html').then(function(txt){
|
$.get('../terms.2.html').then(function(txt){
|
||||||
$('#terms2').html(txt);
|
$('#terms2').html(txt);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user