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

pull/1/head
Caleb James DeLisle 7 years ago
commit 638a94785f

@ -43,7 +43,7 @@ define([
var removeListeners = function (root) { var removeListeners = function (root) {
slice(root.attributes).map(function (attr) { slice(root.attributes).map(function (attr) {
if (/^on/.test(attr.name)) { if (/^on/i.test(attr.name)) {
root.attributes.removeNamedItem(attr.name); root.attributes.removeNamedItem(attr.name);
} }
}); });

Loading…
Cancel
Save