Browse Source

turn off async calls for remote

windhamdavid 8 years ago
parent
commit
8213741150
2 changed files with 6 additions and 2 deletions
  1. 4 2
      public/index.html
  2. 2 0
      public/node/index.html

+ 4 - 2
public/index.html

@@ -63,8 +63,10 @@
 				]
 			});
 		</script>
-		<script src="/socket.io/socket.io.js"></script>
-		<script src="/controldeck-slides.js"></script>
+		<!-- Turn these bad boys on for remote control 
+		<script src="../js/head.min.js"></script>
+		<script src="../js/reveal.min.js"></script>
+		-->
 		<script>
 		  var _paq = _paq || [];
 		  _paq.push(['trackPageView']);

+ 2 - 0
public/node/index.html

@@ -44,8 +44,10 @@
 				</section>
 			</div>
 		</div>
+		<!-- Turn these bad boys on for remote control 
 		<script src="../js/head.min.js"></script>
 		<script src="../js/reveal.min.js"></script>
+		-->
 		<script>
 			Reveal.initialize({
 				controls: true,