From c7aae76f72e4f7ead42fb91c92e4f17b8d6cd203 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 27 Feb 2015 12:43:06 -0500 Subject: [PATCH] stub out process throttle --- dashboard-ui/css/card.css | 8 -------- dashboard-ui/edititemimages.html | 6 +++--- dashboard-ui/edititemmetadata.html | 4 ++-- dashboard-ui/itemlist.html | 2 +- dashboard-ui/scripts/metadatasubtitles.js | 2 +- 5 files changed, 7 insertions(+), 15 deletions(-) diff --git a/dashboard-ui/css/card.css b/dashboard-ui/css/card.css index 6f0763ef04..d131e7fba1 100644 --- a/dashboard-ui/css/card.css +++ b/dashboard-ui/css/card.css @@ -23,14 +23,6 @@ z-index: 998; display: none; } -/* Stops safari context menus (supposedly). Can't get this to work. */ -body, .card { - -webkit-touch-callout: none !important; -} - -body, .card { - -webkit-user-select: none !important; -} .cardOverlayInner { padding: 11px 12px 10px; diff --git a/dashboard-ui/edititemimages.html b/dashboard-ui/edititemimages.html index 6451133197..9b6437acc0 100644 --- a/dashboard-ui/edititemimages.html +++ b/dashboard-ui/edititemimages.html @@ -60,7 +60,7 @@ -
+

${HeaderAddUpdateImage}

@@ -98,8 +98,8 @@