📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 09:05:24
📂
/
/
var
/
softaculous
/
sitepad
/
editor
/
site-inc
/
js
/
dist
/
vendor
✏️
Editing: wp-polyfill-node-contains.js
(function() { function contains(node) { if (!(0 in arguments)) { throw new TypeError('1 argument is required'); } do { if (this === node) { return true; } } while (node = node && node.parentNode); return false; } // IE if ('HTMLElement' in this && 'contains' in HTMLElement.prototype) { try { delete HTMLElement.prototype.contains; } catch (e) {} } if ('Node' in this) { Node.prototype.contains = contains; } else { document.contains = Element.prototype.contains = contains; } }());
💾 Save Changes
❌ Cancel