mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
Monotone-Parent: d3cf63029d15740f82cdb77e0b3e2c4e08d6a7cc
Monotone-Revision: c09f18aa20f8387df37e9fa0055f49ea9670e4e5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-07-27T19:54:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -121,7 +121,7 @@ function createElement(tagName, id, classes, attributes, htmlAttributes,
|
||||
newElement[i] = attributes[i];
|
||||
if (htmlAttributes)
|
||||
for (var i in htmlAttributes)
|
||||
newElement.setAttribute(i, attributes[i]);
|
||||
newElement.setAttribute(i, htmlAttributes[i]);
|
||||
if (parentNode)
|
||||
parentNode.appendChild(newElement);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user