Update analytics-service.client.directive.js

This commit is contained in:
David Baldwynn 2017-04-20 23:09:40 -07:00 committed by GitHub
parent d0e620cbed
commit f7431e43f8

View file

@ -1,10 +1,10 @@
(function () {
"use strict";
function SendVisitorData(Socket, $state, $http) {
function SendVisitorData(Socket, $state) {
// Create a controller method for sending visitor data
function send(form, lastActiveIndex, timeElapsed) {
function send(form, lastActiveIndex) {
// Create a new message object
/*var visitorData = {
referrer: document.referrer,