From d4b889969c61ee824e788130fe7416af213cb93c Mon Sep 17 00:00:00 2001 From: taggon Date: Thu, 16 Jun 2011 08:12:36 +0000 Subject: [PATCH] xGetElementById -> get_by_id git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8500 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/components/poll_maker/tpl/popup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/components/poll_maker/tpl/popup.js b/modules/editor/components/poll_maker/tpl/popup.js index bedc2fab3..d4db4594c 100644 --- a/modules/editor/components/poll_maker/tpl/popup.js +++ b/modules/editor/components/poll_maker/tpl/popup.js @@ -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"];