Improve deleting occurences of recurrent events

This commit is contained in:
Francis Lachapelle
2014-02-04 16:25:52 -05:00
parent 4e42d5d410
commit ef1be5dc5f
25 changed files with 173 additions and 91 deletions
+1 -3
View File
@@ -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);