From 46dbac8b232c42031ab8c863f160e5ebf33c4b2e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 14 Feb 2019 19:28:57 +0000 Subject: [PATCH] 3676 --- source/ri/ri/Views/WikiFile/Index.cshtml | 2 +- source/ri/ri/Views/Workorder/Sign.cshtml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/ri/ri/Views/WikiFile/Index.cshtml b/source/ri/ri/Views/WikiFile/Index.cshtml index 115e39b..bfdaeb8 100644 --- a/source/ri/ri/Views/WikiFile/Index.cshtml +++ b/source/ri/ri/Views/WikiFile/Index.cshtml @@ -51,7 +51,7 @@ processData: false, cache: false, success: function (result) { - console.log(result); + //console.log(result); if (result.ayResult) { $('[data-ayId="' + ayFileId + '"]').remove(); } else { diff --git a/source/ri/ri/Views/Workorder/Sign.cshtml b/source/ri/ri/Views/Workorder/Sign.cshtml index 0e82270..858f2a0 100644 --- a/source/ri/ri/Views/Workorder/Sign.cshtml +++ b/source/ri/ri/Views/Workorder/Sign.cshtml @@ -182,7 +182,7 @@ function getTouch(e) { - console.log(e); + //console.log(e); // iPhone/iPad/iPod uses event.touches and not the passed event if (typeof (event) != "undefined" && typeof (event.touches) != "undefined") { e = event.touches.item(0); @@ -290,7 +290,7 @@ } function drawingStart(e) { - console.log("drawing start"); + //console.log("drawing start"); setCanvasOffset(); // Prevent the default action (scrolling) from occurring if (inside == true) {