Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

pull/1/head
yflory 7 years ago
commit 6fdd66167a

@ -99,7 +99,7 @@ function context () {
} else if (k.substr(0, 5) === "data-") { } else if (k.substr(0, 5) === "data-") {
e.setAttribute(k, l[k]) e.setAttribute(k, l[k])
} else { } else {
e[k] = l[k] e.setAttribute(k, l[k]);
} }
} }
} else if ('function' === typeof l) { } else if ('function' === typeof l) {

Loading…
Cancel
Save