]> dev.renevier.net Git - syj.git/blobdiff - public/js/utils.js
fixes logic error in div.addMessage method
[syj.git] / public / js / utils.js
index a81262fac5a89db5ae9151831225f078209c66fa..cda9bfecab6a02fc9ce1e60e28780263880ac604 100644 (file)
@@ -519,7 +519,7 @@ Element.addMethods('div', (function() {
         }
 
         div.appendChild(node);
-        if (!div.getOpacity()) {
+        if (div.getOpacity()) {
             show(div);
         }
         return div;