This commit is contained in:
2019-02-14 19:28:57 +00:00
parent 9dc8bbaf1b
commit 46dbac8b23
2 changed files with 3 additions and 3 deletions

View File

@@ -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 {

View File

@@ -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) {