3676
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
processData: false,
|
processData: false,
|
||||||
cache: false,
|
cache: false,
|
||||||
success: function (result) {
|
success: function (result) {
|
||||||
console.log(result);
|
//console.log(result);
|
||||||
if (result.ayResult) {
|
if (result.ayResult) {
|
||||||
$('[data-ayId="' + ayFileId + '"]').remove();
|
$('[data-ayId="' + ayFileId + '"]').remove();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -182,7 +182,7 @@
|
|||||||
|
|
||||||
function getTouch(e) {
|
function getTouch(e) {
|
||||||
|
|
||||||
console.log(e);
|
//console.log(e);
|
||||||
// iPhone/iPad/iPod uses event.touches and not the passed event
|
// iPhone/iPad/iPod uses event.touches and not the passed event
|
||||||
if (typeof (event) != "undefined" && typeof (event.touches) != "undefined") {
|
if (typeof (event) != "undefined" && typeof (event.touches) != "undefined") {
|
||||||
e = event.touches.item(0);
|
e = event.touches.item(0);
|
||||||
@@ -290,7 +290,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function drawingStart(e) {
|
function drawingStart(e) {
|
||||||
console.log("drawing start");
|
//console.log("drawing start");
|
||||||
setCanvasOffset();
|
setCanvasOffset();
|
||||||
// Prevent the default action (scrolling) from occurring
|
// Prevent the default action (scrolling) from occurring
|
||||||
if (inside == true) {
|
if (inside == true) {
|
||||||
|
|||||||
Reference in New Issue
Block a user