From 88d910580812094ef9b05ae4ebadb3acde38e9d3 Mon Sep 17 00:00:00 2001
From: AlexanderDCrane <40072887+AlexanderDCrane@users.noreply.github.com>
Date: Fri, 31 Aug 2018 12:21:50 -0600
Subject: [PATCH] Update contact_timer.php (#3370)
---
app/contacts/contact_timer.php | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/app/contacts/contact_timer.php b/app/contacts/contact_timer.php
index ed10f58821..9b93f6a224 100644
--- a/app/contacts/contact_timer.php
+++ b/app/contacts/contact_timer.php
@@ -302,7 +302,7 @@ if (!permission_exists('contact_time_add')) { echo "access denied"; exit; }
$(document).ready(function(){
//ajax for refresh
var refresh = 1500;
- var source_url = 'contact_timer_inc.php?domain_uuid=&contact_uuid=&contact_time_uuid=';
+ var source_url = 'contact_timer_inc.php?domain_uuid=&contact_uuid=&contact_time_uuid=';
var ajax_get = function () {
$.ajax({
@@ -330,20 +330,20 @@ if (!permission_exists('contact_time_add')) { echo "access denied"; exit; }
-
+
-