From e447187c20fc0ecebfc0e7bc28ebac32d15da9d4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20Ku=CC=88hnel?= <mail@michael-kuehnel.de>
Date: Thu, 18 Oct 2012 23:15:28 +0200
Subject: [PATCH] Change source from reveal.min.js to reveal.js for testing
 purposes

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index 3ea2412..46ba921 100644
--- a/index.html
+++ b/index.html
@@ -325,7 +325,7 @@ function linkify( selector ) {
 		</div>
 
 		<script src="lib/js/head.min.js"></script>
-		<script src="js/reveal.min.js"></script>
+		<script src="js/reveal.js"></script>
 
 		<script>
 			
-- 
GitLab