/[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 3267 by schoenebeck, Thu Jun 1 16:05:18 2017 UTC revision 3268 by schoenebeck, Thu Jun 1 18:54:52 2017 UTC
# Line 59  function crdOnWindowResize() { Line 59  function crdOnWindowResize() {
59  }  }
60    
61  function crdDetectFeatures() {  function crdDetectFeatures() {
62        if ('ontouchstart' in document.documentElement) {
63            document.documentElement.className += ' touch';
64        } else {
65            document.documentElement.className += ' no-touch';
66        }
67      if ($.support["transform"]) {      if ($.support["transform"]) {
68          $("body").addClass("hasTransform");          $("body").addClass("hasTransform");
69      }      }

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

  ViewVC Help
Powered by ViewVC