# February 14, 2020

# SBXCA Forms

  • Already tagged, nothing to do
  • but, having some issues with the form in production

I don't remember this, but looks useful

  function docReady(fn) {
    // see if DOM is already available
    if (
      document.readyState === 'complete' ||
      document.readyState === 'interactive'
    ) {
      // call on next available tick
      setTimeout(fn, 1);
    } else {
      document.addEventListener('DOMContentLoaded', fn);
    }
  }
1
2
3
4
5
6
7
8
9
10
11
12

Very confused when working in Milliseconds. Just pushed through it and got it working.

# PEP Analytics audit internal review

  • Had a few additional recommendations, including adding a User ID view.

# JMS SMK Landing page issues

Helping H, forgot how some of it worked, expanded the readme

# JMS SMK, adding something to prod?

Last Updated: 2/20/2020, 1:17:19 AM