mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3615 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
01c4702fa3
commit
c4993d0c8f
1 changed files with 5 additions and 1 deletions
|
|
@ -275,7 +275,11 @@ function doAddWidgetCode(widget_code) {
|
|||
var nodes = dummy.childNodes;
|
||||
|
||||
var zoneObj = xGetElementById('zonePageContent');
|
||||
zoneObj.style.visibility = 'hidden';
|
||||
|
||||
//zoneObj.style.visibility = 'hidden';
|
||||
zoneObj.style.opacity = 0.2;
|
||||
zoneObj.style.filter = "alpha(opacity=20)";
|
||||
|
||||
|
||||
if(selectedWidget && selectedWidget.getAttribute("widget")) {
|
||||
while ( nodes.length ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue