소스 검색

Trying another approach v2

Nathan Schneider 4 년 전
부모
커밋
3771bd1047
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      _includes/head.html

+ 2 - 1
_includes/head.html

@@ -38,7 +38,7 @@
   <!-- Stein database -->
   <script src="https://unpkg.com/stein-js-client"></script>
 
-  <!-- enable drag/drop for mobile github.com/timruffles/mobile-drag-drop -->
+  <!-- enable drag/drop for mobile github.com/timruffles/mobile-drag-drop 
   <link rel="stylesheet" href="/assets/mobile-drag-drop/default.css">
   <script src="/assets/mobile-drag-drop/index.min.js"></script>
   <script>
@@ -47,5 +47,6 @@
     }
     window.addEventListener( 'touchmove', function() {});
   </script>
+  -->
   
 </head>