diff --git a/README.md b/README.md index 2b5fcc85..8d449a4a 100644 --- a/README.md +++ b/README.md @@ -66,13 +66,11 @@ Another driving factor is performance and the fact that everything happens in th DevDocs being a developer tool, the browser requirements are high: 1. On the desktop: - * Recent version of Chrome - * Recent version of Firefox - * Safari 5.1+ - * Opera 12.1+ - * Internet Explorer 10+ + * Recent version of Chrome, Firefox, or Opera + * Safari 8+ + * IE / Edge 10+ 2. On mobile: - * iOS 6+ + * iOS 8+ * Android 4.1+ * Windows Phone 8+ diff --git a/assets/javascripts/app/app.coffee b/assets/javascripts/app/app.coffee index 671c5eab..76639d71 100644 --- a/assets/javascripts/app/app.coffee +++ b/assets/javascripts/app/app.coffee @@ -27,9 +27,6 @@ @document = new app.views.Document @mobile = new app.views.Mobile if @isMobile() - if navigator.userAgent.match /iPad;.*CPU.*OS 7_\d/i - document.documentElement.style.height = "#{window.innerHeight}px" - if @DOC @bootOne() else if @DOCS