s.forEach(ctx._eventsCache, function (events, index) { var target = ctx._eventTargets[index]; utils.forEach(events, function (listeners, type) { utils.forEach(listeners, function (listener) { target.removeEventListener(type, listener, false); }, true); }, false); }, true); ctx._eventTargets = []; ctx._eventsCache = []; return ctx; } function checkPlaceholder(ctx) { ctx.config.editor.classList[ctx.isEmpty() ? 'add' : 'remove'](ctx.config.placeholderClass); } function trim(str) { return (str || '').trim().replace(/\u200b/g, ''); } // node.contains is not implemented in IE10/IE11 function containsNode(parent, child) { if (parent === child) return true; child = child.parentNode; while (child) { if (child === parent) return true; child = child.parentNode; } return false; } function getNode(ctx, byRoot) { var node, root = ctx.config.editor; ctx._range = ctx._range || ctx.getRange(); node = ctx._range.commonAncestorContainer; // Fix selection detection for Firefox if (node.hasChildNodes() && ctx._range.startOffset + 1 === ctx._range.endOffset) { node = node.childNodes[ctx._range.startOffset]; } if (!node || node === root) return null; while (node && (node.nodeType !== 1) && (node.parentNode !== root)) node = node.parentNode; while (node && byRoot && (node.parentNode !== root)) node = node.parentNode; return containsNode(root, node) ? node : null; } function getEffectNodes(ctx) { return getNodeParents(ctx).filter(function(node) { return node.nodeName.match(effectNodeReg); }); } function getNodeParents(ctx) { var nodes = [], el = getNode(ctx); while (el && el !== ctx.config.editor) { if (el.nodeType === Node.ELEMENT_NODE) { nodes.push(el); } el = el.parentNode; } return nodes; } function handleEmptyContent(ctx) { var range = ctx._range = ctx.getRange(); ctx.config.editor.innerHTML = ''; var p = doc.createElement('p'); p.innerHTML = '
'; range.insertNode(p); focusNode(ctx, p.childNodes[0], range); } function addEmptyCharAtEnd(ctx) { var range = ctx.getRange(), emptyCharNode = doc.createTextNode('\u200b'); range.selectNodeContents(ctx.config.editor); range.collapse(false); range.insertNode(emptyCharNode); focusNode(ctx, emptyCharNode, range); } function isCaretAtEnd(ctx) { var range = ctx.getRange(), clonedRange = range.cloneRange(); clonedRange.selectNodeContents(ctx.config.editor); clonedRange.setStart(range.endContainer, range.endOffset); return clonedRange.toString() === ''; } function isCaretAtStart(ctx) { var range = ctx.getRange(), clonedRange = range.cloneRange(); clonedRange.selectNodeContents(ctx.config.editor); clonedRange.setEnd(range.startContainer, range.startOffset); return clonedRange.toString() === ''; } function focusNode(ctx, node, range) { range.setStartAfter(node); range.setEndBefore(node); range.collapse(false); ctx.setRange(range); } function autoLink(node) { if (node.nodeType === 1) { if (autoLinkReg.notLink.test(node.tagName)) return; utils.forEach(node.childNodes, function (child) { autoLink(child); }, true); } else if (node.nodeType === 3) { var result = urlToLink(node.nodeValue || ''); if (!result.links) return; var frag = doc.createDocumentFragment(), div = doc.createElement('div'); div.inne{"id":1,"name":"mvgge","url":"https:\/\/group.netvest.co.za\/wp","description":"","link":"https:\/\/group.netvest.co.za\/wp\/?author=1","slug":"mvgge","avatar_urls":{"24":"https:\/\/secure.gravatar.com\/avatar\/815a45063e5ef1bb4ceaeb01a6ee2fc8bdc3d20071e7a41425790a7eda3f508b?s=24&d=mm&r=g","48":"https:\/\/secure.gravatar.com\/avatar\/815a45063e5ef1bb4ceaeb01a6ee2fc8bdc3d20071e7a41425790a7eda3f508b?s=48&d=mm&r=g","96":"https:\/\/secure.gravatar.com\/avatar\/815a45063e5ef1bb4ceaeb01a6ee2fc8bdc3d20071e7a41425790a7eda3f508b?s=96&d=mm&r=g"},"meta":[],"yoast_head":"\nmvgge, Author at<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/group.netvest.co.za\/wp\/?author=1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"profile\" \/>\n<meta property=\"og:title\" content=\"mvgge, Author at\" \/>\n<meta property=\"og:url\" content=\"https:\/\/group.netvest.co.za\/wp\/?author=1\" \/>\n<meta property=\"og:image\" content=\"https:\/\/secure.gravatar.com\/avatar\/e0a347965be15a1c00515043fc61dfb2?s=500&d=mm&r=g\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"ProfilePage\",\"@id\":\"https:\\\/\\\/group.netvest.co.za\\\/wp\\\/?author=1\",\"url\":\"https:\\\/\\\/group.netvest.co.za\\\/wp\\\/?author=1\",\"name\":\"mvgge, Author at\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/group.netvest.co.za\\\/wp\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/group.netvest.co.za\\\/wp\\\/?author=1#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/group.netvest.co.za\\\/wp\\\/?author=1\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/group.netvest.co.za\\\/wp\\\/?author=1#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/group.netvest.co.za\\\/wp\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Archives for mvgge\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/group.netvest.co.za\\\/wp\\\/#website\",\"url\":\"https:\\\/\\\/group.netvest.co.za\\\/wp\\\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/group.netvest.co.za\\\/wp\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/group.netvest.co.za\\\/wp\\\/#\\\/schema\\\/person\\\/e24948400615512cce8db048b3f2718f\",\"name\":\"mvgge\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/815a45063e5ef1bb4ceaeb01a6ee2fc8bdc3d20071e7a41425790a7eda3f508b?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/815a45063e5ef1bb4ceaeb01a6ee2fc8bdc3d20071e7a41425790a7eda3f508b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/815a45063e5ef1bb4ceaeb01a6ee2fc8bdc3d20071e7a41425790a7eda3f508b?s=96&d=mm&r=g\",\"caption\":\"mvgge\"},\"sameAs\":[\"https:\\\/\\\/group.netvest.co.za\\\/wp\"],\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/group.netvest.co.za\\\/wp\\\/?author=1\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"mvgge, Author at","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/group.netvest.co.za\/wp\/?author=1","og_locale":"en_US","og_type":"profile","og_title":"mvgge, Author at","og_url":"https:\/\/group.netvest.co.za\/wp\/?author=1","og_image":[{"url":"https:\/\/secure.gravatar.com\/avatar\/e0a347965be15a1c00515043fc61dfb2?s=500&d=mm&r=g","type":"","width":"","height":""}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"ProfilePage","@id":"https:\/\/group.netvest.co.za\/wp\/?author=1","url":"https:\/\/group.netvest.co.za\/wp\/?author=1","name":"mvgge, Author at","isPartOf":{"@id":"https:\/\/group.netvest.co.za\/wp\/#website"},"breadcrumb":{"@id":"https:\/\/group.netvest.co.za\/wp\/?author=1#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/group.netvest.co.za\/wp\/?author=1"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/group.netvest.co.za\/wp\/?author=1#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/group.netvest.co.za\/wp\/"},{"@type":"ListItem","position":2,"name":"Archives for mvgge"}]},{"@type":"WebSite","@id":"https:\/\/group.netvest.co.za\/wp\/#website","url":"https:\/\/group.netvest.co.za\/wp\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/group.netvest.co.za\/wp\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/group.netvest.co.za\/wp\/#\/schema\/person\/e24948400615512cce8db048b3f2718f","name":"mvgge","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/815a45063e5ef1bb4ceaeb01a6ee2fc8bdc3d20071e7a41425790a7eda3f508b?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/815a45063e5ef1bb4ceaeb01a6ee2fc8bdc3d20071e7a41425790a7eda3f508b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/815a45063e5ef1bb4ceaeb01a6ee2fc8bdc3d20071e7a41425790a7eda3f508b?s=96&d=mm&r=g","caption":"mvgge"},"sameAs":["https:\/\/group.netvest.co.za\/wp"],"mainEntityOfPage":{"@id":"https:\/\/group.netvest.co.za\/wp\/?author=1"}}]}},"_links":{"self":[{"href":"https:\/\/group.netvest.co.za\/wp\/index.php?rest_route=\/wp\/v2\/users\/1","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/group.netvest.co.za\/wp\/index.php?rest_route=\/wp\/v2\/users"}]}}