From cb113b370b5d42ef58bfd8e1cff363b90599d4da Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Mon, 25 Dec 2017 10:44:46 -0600 Subject: [PATCH] async google analytics --- index.html | 15 ++++++--------- src/pixed/pixeleditor.js | 4 ++-- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 497d2af2..3c55c201 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,12 @@ body { } + + @@ -211,13 +217,4 @@ body { - diff --git a/src/pixed/pixeleditor.js b/src/pixed/pixeleditor.js index 28cd167e..81d6954a 100644 --- a/src/pixed/pixeleditor.js +++ b/src/pixed/pixeleditor.js @@ -466,10 +466,10 @@ function pixelEditorKeypress(e) { case 34: // PgDn currentPixelEditor.rotate(90); break; - case 35: // PgUp + case 35: // Home currentPixelEditor.rotate(-45); break; - case 36: // PgDn + case 36: // End currentPixelEditor.rotate(45); break; default: