mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
typo
This commit is contained in:
parent
5bfb87c509
commit
9c6e52969f
1 changed files with 2 additions and 2 deletions
|
|
@ -139,7 +139,7 @@ function loadPoll(poll_srl,data)
|
|||
{
|
||||
jQuery.exec_json("poll.getPollinfo", {"poll_srl":poll_srl}, function(data){
|
||||
loadPoll(parseInt(data.poll.poll_srl),data);
|
||||
}
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
@ -267,7 +267,7 @@ function loadPollResult(poll_srl)
|
|||
{
|
||||
jQuery.exec_json("poll.getPollinfo", {"poll_srl":poll_srl}, function(data){
|
||||
loadPollResult(parseInt(data.poll.poll_srl),data);
|
||||
}
|
||||
});
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue