mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
AJAX 호출을 줄임 #4
This commit is contained in:
parent
11d8876733
commit
cb5ab7355d
1 changed files with 4 additions and 4 deletions
|
|
@ -3,11 +3,11 @@
|
|||
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.exec_json("poll.getPollstatus", {/**/"poll_srl":{$poll_srl}/**/}, function(data){/**/
|
||||
if(data.is_polled==0) loadPoll({$poll_srl});
|
||||
jQuery.exec_json("poll.getPollinfo", {/**/"poll_srl":{$poll_srl}/**/}, function(data){/**/
|
||||
if(data.poll.is_polled==0) loadPoll({$poll_srl},data);
|
||||
else
|
||||
{
|
||||
loadPollResult({$poll_srl});
|
||||
loadPollResult({$poll_srl},data);
|
||||
jQuery("#poll_{$poll_srl}_result_button").css({/**/
|
||||
display: "none"
|
||||
/**/});
|
||||
|
|
@ -145,4 +145,4 @@
|
|||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue