chris-ELM
8/2/2017 - 12:13 PM

URL vars - simple

URL vars - simple

  var url = window.location.href.split('?=');
  var urlData = url[1];