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

This commit is contained in:
chicpro
2013-10-23 13:30:33 +09:00
6 changed files with 76 additions and 52 deletions

View File

@ -14,7 +14,7 @@ function fancyalert(msg)
box += "<div id=\"fancyalert_inner\"><span>"+msg;
box += "<br>";
box += "<button type=\"button\" id=\"fancyalert_close\">확인</button>";
box += "</span></div>";
box += "</span></div><div id=\"fancyalert_bg\"></div>";
box += "</div>";
$("body").append(box);