/[svn]/doc/tmpl/js/crd.js
ViewVC logotype

Diff of /doc/tmpl/js/crd.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3266 by schoenebeck, Thu Jun 1 13:13:27 2017 UTC revision 3267 by schoenebeck, Thu Jun 1 16:05:18 2017 UTC
# Line 62  function crdDetectFeatures() { Line 62  function crdDetectFeatures() {
62      if ($.support["transform"]) {      if ($.support["transform"]) {
63          $("body").addClass("hasTransform");          $("body").addClass("hasTransform");
64      }      }
65        var iOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream;
66        if (iOS) {
67            $("body").addClass("iOS");
68        }
69  }  }
70    
71  $(function() {  $(function() {

Legend:
Removed from v.3266  
changed lines
  Added in v.3267

  ViewVC Help
Powered by ViewVC