Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
This commit is contained in:
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…
x
Reference in New Issue
Block a user