mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
Follow the rule.
코딩 규칙에 따라 스크립트 수정
This commit is contained in:
parent
524cb78115
commit
713c5bc445
3 changed files with 68 additions and 63 deletions
|
|
@ -3,10 +3,14 @@
|
|||
var poll_alert_lang = "{$lang->msg_check_poll_item}";
|
||||
var poll_checkcount_lang = "{$lang->poll_checkcount}";
|
||||
var poll_member_lang = "{$lang->poll_item_members}";
|
||||
jQuery(document).ready(function(){
|
||||
jQuery(document).ready(function() {
|
||||
var data = {json_encode($poll_data)};
|
||||
if(data.poll.is_polled==0) loadRxDefaultPoll({$poll_srl},data);
|
||||
else loadRxDefaultPollResult({$poll_srl},data);
|
||||
if (data.poll.is_polled == 0) {
|
||||
loadRxDefaultPoll({$poll_srl},data);
|
||||
}
|
||||
else {
|
||||
loadRxDefaultPollResult({$poll_srl},data);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
<div style="{$style}" class="rx_poll_default_wrap">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue