diff --git a/app/index.html b/app/index.html
index 782acc03..cc26866e 100755
--- a/app/index.html
+++ b/app/index.html
@@ -19,10 +19,10 @@
-
+
<%= svgContent %>
-
+
diff --git a/app/js/app.js b/app/js/app.js
index 46e1669d..0e01c922 100755
--- a/app/js/app.js
+++ b/app/js/app.js
@@ -1,5 +1,6 @@
-angular.module('app', ['ngTouch', 'ui.router', 'ct.ui.router.extras.sticky', 'ui.sortable', 'shipyard', 'ngLodash', 'app.templates'])
+angular.module('app', ['ui.router', 'ct.ui.router.extras.sticky', 'ui.sortable', 'shipyard', 'ngLodash', 'app.templates'])
.run(['$rootScope', '$location', '$window', '$document','$state','commonArray','shipPurpose','shipSize','hardPointClass','internalGroupMap','hardpointsGroupMap', function ($rootScope, $location, $window, $doc, $state, CArr, shipPurpose, sz, hpc, igMap, hgMap) {
+
// Redirect any state transition errors to the error controller/state
$rootScope.$on('$stateChangeError', function(e, toState, toParams, fromState, fromParams, error){
e.preventDefault();
diff --git a/app/less/app.less b/app/less/app.less
index bd29867c..6f22d2ef 100755
--- a/app/less/app.less
+++ b/app/less/app.less
@@ -29,7 +29,10 @@ body {
margin: 0;
padding: 0;
font-family: @fStandard;
+}
+div, a, li {
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
}
// iPads Landscape
diff --git a/bower.json b/bower.json
index ee664977..1cde034a 100755
--- a/bower.json
+++ b/bower.json
@@ -25,8 +25,7 @@
"angular-ui-router": "^0.2.15",
"d3-tip": "~0.6.7",
"ng-sortable": "~1.2.1",
- "lz-string": "~1.4.3",
- "angular-touch": "~1.3.15"
+ "lz-string": "~1.4.3"
},
"overrides": {
"ui-router-extras": {