mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
xGetElementById -> get_by_id
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8500 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
386fec2092
commit
d4b889969c
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
function completeInsertPoll(ret_obj) {
|
||||
if(typeof(opener)=="undefined") return null;
|
||||
|
||||
var fo_obj = xGetElementById('fo_component');
|
||||
var fo_obj = get_by_id('fo_component');
|
||||
var skin = fo_obj.skin.options[fo_obj.skin.selectedIndex].value;
|
||||
|
||||
var poll_srl = ret_obj["poll_srl"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue