Trying to add an opt-out function per Google to my GA Extension. There is a line that should read:
if (document.cookie.indexOf(disableStr + ‘=true’) > -1) { window[disableStr] = true; }
… however every time I hit “Update” from the editor, it replaces the greater than symbol with “& g t ;” (spaces added to prevent translation). While that would be fine for text, it doesn’t work in Javascript.
Thanks in advance.
