/* global jQuery, YoastSEO */ jQuery(function($){ if( typeof YoastSEO.app === 'undefined' ){ // Skip all this if we don't have the yoast app return; } var decodeEntities = (function() { // this prevents any overhead from creating the object each time var element = document.createElement('div'); function decodeHTMLEntities (str) { if(str && typeof str === 'string') { // strip script/html tags str = str.replace(/