mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-10 17:31:23 +00:00
Monotone-Parent: bb0d71310c5e05a41e1acc07768c6ec4c2b2b5fe
Monotone-Revision: fdf6957aa0f1c98704004b55ba6f4e09df375481 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-06-20T13:53:29 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -82,7 +82,8 @@ function getAllElements(scope) {
|
||||
return elements;
|
||||
}
|
||||
|
||||
function createElement(tagName, id, classes, attributes, htmlAttributes,
|
||||
function createElement(tagName, id, classes,
|
||||
attributes, htmlAttributes,
|
||||
parentNode) {
|
||||
var newElement = $(document.createElement(tagName));
|
||||
if (id)
|
||||
|
||||
Reference in New Issue
Block a user