diff --git a/bbs/poll_result.php b/bbs/poll_result.php index 5a4186e8d..5ebe45fc7 100644 --- a/bbs/poll_result.php +++ b/bbs/poll_result.php @@ -1,4 +1,5 @@ = $po['po_level']) { ?> -
+ @@ -66,6 +66,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가 +
@@ -90,5 +91,13 @@ $(function() { $(".btn_win a").click(function() { window.close(); }); + }); + +function fpollresult_submit(f) +{ + + + return true; +} \ No newline at end of file