mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 07:35:39 +00:00
Improve deleting occurences of recurrent events
This commit is contained in:
@@ -65,9 +65,7 @@ function clickEventWrapper(functionRef) {
|
||||
}
|
||||
|
||||
|
||||
function createElement(tagName, id, classes,
|
||||
attributes, htmlAttributes,
|
||||
parentNode) {
|
||||
function createElement(tagName, id, classes, attributes, htmlAttributes, parentNode) {
|
||||
var newElement = $(document.createElement(tagName));
|
||||
if (id)
|
||||
newElement.setAttribute("id", id);
|
||||
|
||||
Reference in New Issue
Block a user