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:
taggon 2011-06-16 08:12:36 +00:00
parent 386fec2092
commit d4b889969c

View file

@ -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"];