Merge branch 'master' of github.com:gnuboard/g5

This commit is contained in:
chicpro
2014-08-20 16:19:47 +09:00

View File

@ -3,8 +3,6 @@ $(function() {
if(!(g5_is_mobile && is_chrome)) { //모바일 크롬에서 먹통되는 현상이 있음 if(!(g5_is_mobile && is_chrome)) { //모바일 크롬에서 먹통되는 현상이 있음
$("html, body").addClass("daum_juso_body"); $("html, body").addClass("daum_juso_body");
} }
});
var el_id = document.getElementById("daum_juso_wrap"); var el_id = document.getElementById("daum_juso_wrap");
new daum.Postcode({ new daum.Postcode({
oncomplete: function(data) { oncomplete: function(data) {
@ -18,3 +16,4 @@ new daum.Postcode({
width : "100%", width : "100%",
height : "100%" height : "100%"
}).embed(el_id); }).embed(el_id);
});