git-svn-id: http://xe-core.googlecode.com/svn/trunk@1038 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-09 03:15:16 +00:00
parent b92104c3fc
commit 65a537ead4

View file

@ -8,7 +8,9 @@ function setPoll() {
if(node && node.getAttribute('editor_component')=='poll_maker') {
alert(msg_poll_cannot_modify);
window.close();
return;
}
var obj = xCreateElement("div");
var source = xGetElementById("poll_source");