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

This commit is contained in:
whitedot
2013-03-13 16:38:54 +09:00
7 changed files with 79 additions and 4 deletions

View File

@ -101,6 +101,13 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
</div>
<script>
$(function() {
$(".poll_delete").click(function() {
if(!confirm("해당 기타의견을 삭제하시겠습니까?"))
return false;
});
});
function fpollresult_submit(f)
{
<? if ($is_guest) { echo chk_captcha_js(); } ?>