Remove comment on iPad condition to try to improve things for it.
authorSimon Descarpentries <sid@sopinspace.com>
Thu, 03 Oct 2013 11:10:40 +0200
changeset 545 f7bb1f72b85c
parent 538 f3ef3c32995d
child 546 9bac72438057
Remove comment on iPad condition to try to improve things for it.
src/cm/templates/site/text_view_frame.html
--- a/src/cm/templates/site/text_view_frame.html	Mon Sep 23 11:28:49 2013 +0200
+++ b/src/cm/templates/site/text_view_frame.html	Thu Oct 03 11:10:40 2013 +0200
@@ -55,7 +55,7 @@
 	<script type="text/javascript">
 	  <!--
 	  $(document).ready(function(){
-//		  if (/iPhone|iPod|iPad/.test(navigator.userAgent))
+		  if (/iPhone|iPod|iPad/.test(navigator.userAgent))
 			  $('#text-view-comment').addClass ('safari-scrollable');
 	  });
 	  -->