mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 05:22:35 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1038 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b92104c3fc
commit
65a537ead4
1 changed files with 2 additions and 0 deletions
|
|
@ -8,7 +8,9 @@ function setPoll() {
|
||||||
if(node && node.getAttribute('editor_component')=='poll_maker') {
|
if(node && node.getAttribute('editor_component')=='poll_maker') {
|
||||||
alert(msg_poll_cannot_modify);
|
alert(msg_poll_cannot_modify);
|
||||||
window.close();
|
window.close();
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
var obj = xCreateElement("div");
|
var obj = xCreateElement("div");
|
||||||
var source = xGetElementById("poll_source");
|
var source = xGetElementById("poll_source");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue